#C9D2D0

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

Shades of Geyser #C9D2D0

Tints of Geyser #C9D2D0

Color information

#C9D2D0 (or 0xC9D2D0) is unknown color: approx Geyser. HEX triplet: C9, D2 and D0. RGB value is (201,210,208). Sum of RGB (Red+Green+Blue) = 201+210+208=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2D0 is #362D2F. Grayscale: #CFCFCF. Windows color (decimal): -3550512 or 13685449. OLE color: 13685449.

HSL color Cylindrical-coordinate representation of color #C9D2D0: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9D2D0 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB201210208-
CMYK0.0400.010.18
HSL166.67º9.09%80.59%-
HSV(B)166.67º4.29%82.35%-
XYZ58.5263.0668.76-
YUV207.08128.52123.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=32.47%
G=33.93%
B=33.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012102080.0400.010.18166.679.0980.59
HexC9D2D040112a7951
Octal3113223204012224711121
Binary11001001110100101101000010001100101010011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D2D0; }

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

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

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

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

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

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

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

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