#C9D8D6

Color #C9D8D6 Geyser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geyser #C9D8D6

Tints of Geyser #C9D8D6

Color information

#C9D8D6 (or 0xC9D8D6) is unknown color: approx Geyser. HEX triplet: C9, D8 and D6. RGB value is (201,216,214). Sum of RGB (Red+Green+Blue) = 201+216+214=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8D6 is #362729. Grayscale: #D3D3D3. Windows color (decimal): -3548970 or 14080201. OLE color: 14080201.

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

Color convert

RGB201216214-
CMYK0.0700.010.15
HSL172º16.13%81.76%-
HSV(B)172º6.94%84.71%-
XYZ60.7866.3873.23-
YUV211.29129.53120.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=31.85%
G=34.23%
B=33.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012162140.0700.010.1517216.1381.76
HexC9D8D6701Fac1052
Octal3113303267011725420122
Binary11001001110110001101011011101111110101100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D8D6; }

 p { color: rgb(201,216,214); }

 H1.HeaderClassName
 {
   color: #C9D8D6;
 }
 .AnyTagClassName
 {
   color: #C9D8D6;
 }
</style>
background-color css

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

 a { background-color: rgb(201,216,214); }

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

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

 span { border-color: rgb(201,216,214); }

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