#C8CEDC

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

Shades of Link Water #C8CEDC

Tints of Link Water #C8CEDC

Color information

#C8CEDC (or 0xC8CEDC) is unknown color: approx Link Water. HEX triplet: C8, CE and DC. RGB value is (200,206,220). Sum of RGB (Red+Green+Blue) = 200+206+220=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEDC is #373123. Grayscale: #CDCDCD. Windows color (decimal): -3617060 or 14470856. OLE color: 14470856.

HSL color Cylindrical-coordinate representation of color #C8CEDC: hue angle of 222º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CEDC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200206220-
CMYK0.090.0600.14
HSL222º22.22%82.35%-
HSV(B)222º9.09%86.27%-
XYZ58.8161.5976.5-
YUV205.8136.01123.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=31.95%
G=32.91%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002062200.090.0600.1422222.2282.35
HexC8CEDC960Ede1652
Octal31031633411601633626122
Binary11001000110011101101110010011100111011011110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEDC; }

 p { color: rgb(200,206,220); }

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

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

 a { background-color: rgb(200,206,220); }

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

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

 span { border-color: rgb(200,206,220); }

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