Color Hex Logo

#cebddd Color Hex

#CEBDDD
(206,189,221)
0 Favorites   0 Comments

Color spaces of #cebddd

RGB 206189221
HSL0.760.320.80
HSV272°14°87°
CMYK 0.070.140.00   0.13
XYZ56.702354.737575.9835
Yxy54.73750.30250.2921
Hunter Lab73.98487.3299-9.1024
CIE-Lab78.889811.9036-13.7953

#cebddd color RGB value is (206,189,221).

#cebddd hex color red value is 206, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cebddd hue: 0.76 , saturation: 0.32 and the lightness value of cebddd is 0.80.

The process color (four color CMYK) of #cebddd color hex is 0.07, 0.14, 0.00, 0.13. Web safe color of #cebddd is #cccccc. Color #cebddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11011101
Octal 316 275 335
Decimal 206 189 221
Hex CE BD DD

RGB Percentages of Color #cebddd

%33.44
%30.68
%35.88

CMYK Percentages of Color #cebddd

%7
%14
%0
%13

Triadic Colors of #cebddd

#cebddd #ddcebd #bdddce

Analogous Colors of #cebddd

#cebddd #ddbddc #bebddd

Monochromatic Colors of #cebddd

#cebddd

Complementary Color

#cebddd #ccddbd

#cebddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebddd Color CSS Codes

.mybgcolor {background-color:#cebddd; } 
.myforecolor {color:#cebddd; }
.mybordercolor {border:3px solid #cebddd; }

#cebddd Text Font Color

<p style="color:#cebddd">Text here</p>

This sample text font color is #cebddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cebddd Background Color

<div style="background-color:#cebddd">
Div content here</div>

This div background color is #cebddd


#cebddd Border Color

<div style="border:3px solid #cebddd">
Div here</div>

This div border color is #cebddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,189,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cebddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cebddd;
  -webkit-box-shadow: 1px 1px 3px 2px #cebddd;
  box-shadow:         1px 1px 3px 2px #cebddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cebddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cebddd;
  -webkit-box-shadow: 1px 1px 3px 2px #cebddd;
  box-shadow:         1px 1px 3px 2px #cebddd;">
Div content here</div>

This div box has shadow with color #cebddd


Comments

No comments written yet.

Please login to write comment.