Html Css Color HEX #C9D2D7 Link Water

📋 copy color: '#C9D2D7'

red 201 ◦ green 210 ◦ blue 215

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

Shades of Link Water #C9D2D7

Tints of Link Water #C9D2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.35%

R = 32.11%
G = 33.55%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9D2D7 (or 0xC9D2D7) is known color: Link Water. HEX triplet: C9, D2 and D7. RGB value is (201,210,215). Sum of RGB (Red+Green+Blue) = 201+210+215=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2D7 is #362D28. Grayscale: #CFCFCF. Windows color (decimal): -3550505 or 14144201. OLE color: 14144201.

HSL color Cylindrical-coordinate representation of color #C9D2D7: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D2D7 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 210 215 -
CMYK 0.07 0.02 0 0.16
HSL 201.43º 0.15% 0.82% -
HSV(B) 201.43º 0.07% 0.84% -
XYZ 59.4 63.42 73.4 -
YUV 207.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 201 210 215 0.07 0.02 0 0.16 201.43 0.15 0.82
Hex C9 D2 D7 7 2 0 10 C9 F 52
Octal 311 322 327 7 2 0 20 311 17 122
Binary 11001001 11010010 11010111 111 10 0 10000 11001001 1111 1010010

Color Harmonies of #C9D2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2D7

Black with #C9D2D7

Text Example


Text Example

White with #C9D2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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