#C9D1DC

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

Shades of Link Water #C9D1DC

Tints of Link Water #C9D1DC

Color information

#C9D1DC (or 0xC9D1DC) is unknown color: approx Link Water. HEX triplet: C9, D1 and DC. RGB value is (201,209,220). Sum of RGB (Red+Green+Blue) = 201+209+220=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1DC is #362E23. Grayscale: #CFCFCF. Windows color (decimal): -3550756 or 14471625. OLE color: 14471625.

HSL color Cylindrical-coordinate representation of color #C9D1DC: hue angle of 214.74º 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 #C9D1DC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201209220-
CMYK0.090.0500.14
HSL214.74º21.35%82.55%-
HSV(B)214.74º8.64%86.27%-
XYZ59.8163.1976.75-
YUV207.86134.85123.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=31.90%
G=33.17%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012092200.090.0500.14214.7421.3582.55
HexC9D1DC950Ed71553
Octal31132133411501632725123
Binary11001001110100011101110010011010111011010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1DC; }

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

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

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

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

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

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

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

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