Html Css Color HEX #C9D5DE Link Water

📋 copy color: '#C9D5DE'

red 201 ◦ green 213 ◦ blue 222

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

Shades of Link Water #C9D5DE

Tints of Link Water #C9D5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.49%

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 31.6%
G = 33.49%
B = 34.91%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9D5DE (or 0xC9D5DE) is known color: Link Water. HEX triplet: C9, D5 and DE. RGB value is (201,213,222). Sum of RGB (Red+Green+Blue) = 201+213+222=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5DE is #362A21. Grayscale: #D2D2D2. Windows color (decimal): -3549730 or 14603721. OLE color: 14603721.

HSL color Cylindrical-coordinate representation of color #C9D5DE: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9D5DE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 213 222 -
CMYK 0.09 0.04 0 0.13
HSL 205.71º 0.24% 0.83% -
HSV(B) 205.71º 0.09% 0.87% -
XYZ 61.07 65.28 78.49 -
YUV 210.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 201 213 222 0.09 0.04 0 0.13 205.71 0.24 0.83
Hex C9 D5 DE 9 4 0 D CE 18 53
Octal 311 325 336 11 4 0 15 316 30 123
Binary 11001001 11010101 11011110 1001 100 0 1101 11001110 11000 1010011

Color Harmonies of #C9D5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5DE

Black with #C9D5DE

Text Example


Text Example

White with #C9D5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5DE; }

 p { color: rgb(201,213,222); }

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

background-color css

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

 a { background-color: rgb(201,213,222); }

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

border-color css

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

 span { border-color: rgb(201,213,222); }

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