Html Css Color HEX #C9D2DC Link Water

📋 copy color: '#C9D2DC'

red 201 ◦ green 210 ◦ blue 220

#C9D2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C9D2DC

Tints of Link Water #C9D2DC

RGB

 RED value IS 201 (78.91% from 255) = 31.85%

 GREEN value IS 210 (82.42% from 255) = 33.28%

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 31.85%
G = 33.28%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9D2DC (or 0xC9D2DC) is known color: Link Water. HEX triplet: C9, D2 and DC. RGB value is (201,210,220). Sum of RGB (Red+Green+Blue) = 201+210+220=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2DC is #362D23. Grayscale: #D0D0D0. Windows color (decimal): -3550500 or 14471881. OLE color: 14471881.

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

Color convert

RGB 201 210 220 -
CMYK 0.09 0.05 0 0.14
HSL 211.58º 0.21% 0.83% -
HSV(B) 211.58º 0.09% 0.86% -
XYZ 60.05 63.68 76.84 -
YUV 208.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 201 210 220 0.09 0.05 0 0.14 211.58 0.21 0.83
Hex C9 D2 DC 9 5 0 E D4 15 53
Octal 311 322 334 11 5 0 16 324 25 123
Binary 11001001 11010010 11011100 1001 101 0 1110 11010100 10101 1010011

Color Harmonies of #C9D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2DC

Black with #C9D2DC

Text Example


Text Example

White with #C9D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2DC; }

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

 H1.HeaderClassName
 {
   color: #C9D2DC;
 }
 .AnyTagClassName
 {
   color: #C9D2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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