Color Hex Logo

#ccb9de Color Hex

#CCB9DE
(204,185,222)
0 Favorites   0 Comments

Color spaces of #ccb9de

RGB 204185222
HSL0.750.360.80
HSV271°17°87°
CMYK 0.080.170.00   0.13
XYZ55.435652.809276.3787
Yxy52.80920.30030.2860
Hunter Lab72.66998.9947-11.4469
CIE-Lab77.762213.6060-16.0465

#ccb9de color RGB value is (204,185,222).

#ccb9de hex color red value is 204, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccb9de hue: 0.75 , saturation: 0.36 and the lightness value of ccb9de is 0.80.

The process color (four color CMYK) of #ccb9de color hex is 0.08, 0.17, 0.00, 0.13. Web safe color of #ccb9de is #cccccc. Color #ccb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 11011110
Octal 314 271 336
Decimal 204 185 222
Hex CC B9 DE

RGB Percentages of Color #ccb9de

%33.39
%30.28
%36.33

CMYK Percentages of Color #ccb9de

%8
%17
%0
%13

Triadic Colors of #ccb9de

#ccb9de #deccb9 #b9decc

Analogous Colors of #ccb9de

#ccb9de #deb9de #bab9de

Monochromatic Colors of #ccb9de

#ccb9de

Complementary Color

#ccb9de #cbdeb9

#ccb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb9de Color CSS Codes

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

#ccb9de Text Font Color

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

This sample text font color is #ccb9de
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.


#ccb9de Background Color

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

This div background color is #ccb9de


#ccb9de Border Color

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

This div border color is #ccb9de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,185,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb9de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb9de;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb9de;
  box-shadow:         1px 1px 3px 2px #ccb9de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,185,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb9de


Comments

No comments written yet.

Please login to write comment.