Html Css Color HEX #C9D4DC Link Water

📋 copy color: '#C9D4DC'

red 201 ◦ green 212 ◦ blue 220

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

Shades of Link Water #C9D4DC

Tints of Link Water #C9D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.49%

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

R = 31.75%
G = 33.49%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9D4DC (or 0xC9D4DC) is known color: Link Water. HEX triplet: C9, D4 and DC. RGB value is (201,212,220). Sum of RGB (Red+Green+Blue) = 201+212+220=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4DC is #362B23. Grayscale: #D1D1D1. Windows color (decimal): -3549988 or 14472393. OLE color: 14472393.

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

Color convert

RGB 201 212 220 -
CMYK 0.09 0.04 0 0.14
HSL 205.26º 0.21% 0.83% -
HSV(B) 205.26º 0.09% 0.86% -
XYZ 60.55 64.67 77 -
YUV 209.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 201 212 220 0.09 0.04 0 0.14 205.26 0.21 0.83
Hex C9 D4 DC 9 4 0 E CD 15 53
Octal 311 324 334 11 4 0 16 315 25 123
Binary 11001001 11010100 11011100 1001 100 0 1110 11001101 10101 1010011

Color Harmonies of #C9D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4DC

Black with #C9D4DC

Text Example


Text Example

White with #C9D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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