Color Hex Logo

#cccdd5 Color Hex

#CCCDD5
(204,205,213)
0 Favorites   0 Comments

Color spaces of #cccdd5

RGB 204205213
HSL0.650.100.82
HSV233°84°
CMYK 0.040.040.00   0.16
XYZ58.743461.304171.6876
Yxy61.30410.30640.3197
Hunter Lab78.2969-3.09740.5227
CIE-Lab82.54201.1527-4.0902

#cccdd5 color RGB value is (204,205,213).

#cccdd5 hex color red value is 204, green value is 205 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cccdd5 hue: 0.65 , saturation: 0.10 and the lightness value of cccdd5 is 0.82.

The process color (four color CMYK) of #cccdd5 color hex is 0.04, 0.04, 0.00, 0.16. Web safe color of #cccdd5 is #cccccc. Color #cccdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11010101
Octal 314 315 325
Decimal 204 205 213
Hex CC CD D5

RGB Percentages of Color #cccdd5

%32.80
%32.96
%34.24

CMYK Percentages of Color #cccdd5

%4
%4
%0
%16

Triadic Colors of #cccdd5

#cccdd5 #d5cccd #cdd5cc

Analogous Colors of #cccdd5

#cccdd5 #d0ccd5 #ccd2d5

Monochromatic Colors of #cccdd5

#cccdd5

Complementary Color

#cccdd5 #d5d4cc

#cccdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdd5 Color CSS Codes

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

#cccdd5 Text Font Color

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

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


#cccdd5 Background Color

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

This div background color is #cccdd5


#cccdd5 Border Color

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

This div border color is #cccdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdd5


Comments

No comments written yet.

Please login to write comment.