Color Hex Logo

#cccde9 Color Hex

#CCCDE9
(204,205,233)
0 Favorites   0 Comments

Color spaces of #cccde9

RGB 204205233
HSL0.660.400.86
HSV238°12°91°
CMYK 0.120.120.00   0.09
XYZ61.441162.383285.8937
Yxy62.38320.29300.2975
Hunter Lab78.98300.6353-9.1895
CIE-Lab83.11685.0973-13.9069

#cccde9 color RGB value is (204,205,233).

#cccde9 hex color red value is 204, green value is 205 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cccde9 hue: 0.66 , saturation: 0.40 and the lightness value of cccde9 is 0.86.

The process color (four color CMYK) of #cccde9 color hex is 0.12, 0.12, 0.00, 0.09. Web safe color of #cccde9 is #ccccff. Color #cccde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11101001
Octal 314 315 351
Decimal 204 205 233
Hex CC CD E9

RGB Percentages of Color #cccde9

%31.78
%31.93
%36.29

CMYK Percentages of Color #cccde9

%12
%12
%0
%9

Triadic Colors of #cccde9

#cccde9 #e9cccd #cde9cc

Analogous Colors of #cccde9

#cccde9 #dacce9 #ccdce9

Monochromatic Colors of #cccde9

#cccde9

Complementary Color

#cccde9 #e9e8cc

#cccde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccde9 Color CSS Codes

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

#cccde9 Text Font Color

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

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


#cccde9 Background Color

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

This div background color is #cccde9


#cccde9 Border Color

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

This div border color is #cccde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccde9


Comments

No comments written yet.

Please login to write comment.