Color Hex Logo

#cccfdd Color Hex

#CCCFDD
(204,207,221)
0 Favorites   0 Comments

Color spaces of #cccfdd

RGB 204207221
HSL0.640.200.83
HSV229°87°
CMYK 0.080.060.00   0.13
XYZ60.265862.683577.3294
Yxy62.68350.30090.3130
Hunter Lab79.1729-2.6798-2.4884
CIE-Lab83.27561.6385-7.2749

#cccfdd color RGB value is (204,207,221).

#cccfdd hex color red value is 204, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cccfdd hue: 0.64 , saturation: 0.20 and the lightness value of cccfdd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11011101
Octal 314 317 335
Decimal 204 207 221
Hex CC CF DD

RGB Percentages of Color #cccfdd

%32.28
%32.75
%34.97

CMYK Percentages of Color #cccfdd

%8
%6
%0
%13

Triadic Colors of #cccfdd

#cccfdd #ddcccf #cfddcc

Analogous Colors of #cccfdd

#cccfdd #d2ccdd #ccd8dd

Monochromatic Colors of #cccfdd

#cccfdd

Complementary Color

#cccfdd #dddacc

#cccfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfdd Color CSS Codes

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

#cccfdd Text Font Color

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

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


#cccfdd Background Color

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

This div background color is #cccfdd


#cccfdd Border Color

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

This div border color is #cccfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,207,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 #cccfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfdd


Comments

No comments written yet.

Please login to write comment.