#C9CCDA

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

Shades of Link Water #C9CCDA

Tints of Link Water #C9CCDA

Color information

#C9CCDA (or 0xC9CCDA) is unknown color: approx Link Water. HEX triplet: C9, CC and DA. RGB value is (201,204,218). Sum of RGB (Red+Green+Blue) = 201+204+218=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCDA is #363325. Grayscale: #CCCCCC. Windows color (decimal): -3552038 or 14339273. OLE color: 14339273.

HSL color Cylindrical-coordinate representation of color #C9CCDA: hue angle of 229.41º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CCDA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201204218-
CMYK0.080.0600.15
HSL229.41º18.68%82.16%-
HSV(B)229.41º7.8%85.49%-
XYZ58.3460.6774.96-
YUV204.7135.51125.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=32.26%
G=32.74%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012042180.080.0600.15229.4118.6882.16
HexC9CCDA860Fe51352
Octal31131433210601734523122
Binary11001001110011001101101010001100111111100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCDA; }

 p { color: rgb(201,204,218); }

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

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

 a { background-color: rgb(201,204,218); }

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

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

 span { border-color: rgb(201,204,218); }

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