#C9CEDC

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

Shades of Link Water #C9CEDC

Tints of Link Water #C9CEDC

Color information

#C9CEDC (or 0xC9CEDC) is unknown color: approx Link Water. HEX triplet: C9, CE and DC. RGB value is (201,206,220). Sum of RGB (Red+Green+Blue) = 201+206+220=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEDC is #363123. Grayscale: #CECECE. Windows color (decimal): -3551524 or 14470857. OLE color: 14470857.

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

Color convert

RGB201206220-
CMYK0.090.0600.14
HSL224.21º21.35%82.55%-
HSV(B)224.21º8.64%86.27%-
XYZ59.0861.7376.51-
YUV206.1135.84124.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=32.06%
G=32.85%
B=35.09%

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
Decimal2012062200.090.0600.14224.2121.3582.55
HexC9CEDC960Ee01553
Octal31131633411601634025123
Binary11001001110011101101110010011100111011100000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEDC; }

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

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

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

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

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

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

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

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