#CCCED2

Color #CCCED2 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CCCED2

Tints of Link Water #CCCED2

Color information

#CCCED2 (or 0xCCCED2) is unknown color: approx Link Water. HEX triplet: CC, CE and D2. RGB value is (204,206,210). Sum of RGB (Red+Green+Blue) = 204+206+210=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED2 is #33312D. Grayscale: #CDCDCD. Windows color (decimal): -3354926 or 13815500. OLE color: 13815500.

HSL color Cylindrical-coordinate representation of color #CCCED2: hue angle of 220º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCED2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204206210-
CMYK0.030.0200.18
HSL220º6.25%81.18%-
HSV(B)220º2.86%82.35%-
XYZ58.6161.6369.78-
YUV205.86130.34126.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=32.90%
G=33.23%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042062100.030.0200.182206.2581.18
HexCCCED232012dc651
Octal314316322320223346121
Binary1100110011001110110100101110010010110111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED2; }

 p { color: rgb(204,206,210); }

 H1.HeaderClassName
 {
   color: #CCCED2;
 }
 .AnyTagClassName
 {
   color: #CCCED2;
 }
</style>
background-color css

<style>
 a { background-color: #CCCED2; }

 a { background-color: rgb(204,206,210); }

 div.DivClassName
 {
   background-color: #CCCED2;
 }
 .BgClassName
 {
   background-color: #CCCED2;
 }
</style>
border-color css

<style>
 span { border-color: #CCCED2; }

 span { border-color: rgb(204,206,210); }

 td.TdClassName
 {
   border-color: #CCCED2;
 }
 .TagClassName
 {
   border-color: #CCCED2;
 }
</style>