Html Css Color HEX #C9D0DC Link Water

📋 copy color: '#C9D0DC'

red 201 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C9D0DC

Tints of Link Water #C9D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.07%

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

R = 31.96%
G = 33.07%
B = 34.98%

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

#C9D0DC (or 0xC9D0DC) is known color: Link Water. HEX triplet: C9, D0 and DC. RGB value is (201,208,220). Sum of RGB (Red+Green+Blue) = 201+208+220=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0DC is #362F23. Grayscale: #CFCFCF. Windows color (decimal): -3551012 or 14471369. OLE color: 14471369.

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

Color convert

RGB 201 208 220 -
CMYK 0.09 0.05 0 0.14
HSL 217.89º 0.21% 0.83% -
HSV(B) 217.89º 0.09% 0.86% -
XYZ 59.56 62.7 76.67 -
YUV 207.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 201 208 220 0.09 0.05 0 0.14 217.89 0.21 0.83
Hex C9 D0 DC 9 5 0 E DA 15 53
Octal 311 320 334 11 5 0 16 332 25 123
Binary 11001001 11010000 11011100 1001 101 0 1110 11011010 10101 1010011

Color Harmonies of #C9D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D0DC

Black with #C9D0DC

Text Example


Text Example

White with #C9D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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