#C2D2CE

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

Shades of Geyser #C2D2CE

Tints of Geyser #C2D2CE

Color information

#C2D2CE (or 0xC2D2CE) is unknown color: approx Geyser. HEX triplet: C2, D2 and CE. RGB value is (194,210,206). Sum of RGB (Red+Green+Blue) = 194+210+206=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2CE is #3D2D31. Grayscale: #CCCCCC. Windows color (decimal): -4009266 or 13554370. OLE color: 13554370.

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

Color convert

RGB194210206-
CMYK0.0800.020.18
HSL165º15.09%79.22%-
HSV(B)165º7.62%82.35%-
XYZ56.4462.0267.39-
YUV204.76128.7120.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=31.80%
G=34.43%
B=33.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942102060.0800.020.1816515.0979.22
HexC2D2CE80212a5f4f
Octal30232231610022224517117
Binary1100001011010010110011101000010100101010010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D2CE; }

 p { color: rgb(194,210,206); }

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

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

 a { background-color: rgb(194,210,206); }

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

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

 span { border-color: rgb(194,210,206); }

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