Html Css Color HEX #C9D1DF Link Water

📋 copy color: '#C9D1DF'

red 201 ◦ green 209 ◦ blue 223

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

Shades of Link Water #C9D1DF

Tints of Link Water #C9D1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 31.75%
G = 33.02%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9D1DF (or 0xC9D1DF) is known color: Link Water. HEX triplet: C9, D1 and DF. RGB value is (201,209,223). Sum of RGB (Red+Green+Blue) = 201+209+223=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1DF is #362E20. Grayscale: #D0D0D0. Windows color (decimal): -3550753 or 14668233. OLE color: 14668233.

HSL color Cylindrical-coordinate representation of color #C9D1DF: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D1DF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 209 223 -
CMYK 0.10 0.06 0 0.13
HSL 218.18º 0.26% 0.83% -
HSV(B) 218.18º 0.1% 0.87% -
XYZ 60.21 63.35 78.87 -
YUV 208.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 201 209 223 0.10 0.06 0 0.13 218.18 0.26 0.83
Hex C9 D1 DF A 6 0 D DA 1A 53
Octal 311 321 337 12 6 0 15 332 32 123
Binary 11001001 11010001 11011111 1010 110 0 1101 11011010 11010 1010011

Color Harmonies of #C9D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1DF

Black with #C9D1DF

Text Example


Text Example

White with #C9D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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