#C2D0CE

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

Shades of Geyser #C2D0CE

Tints of Geyser #C2D0CE

Color information

#C2D0CE (or 0xC2D0CE) is unknown color: approx Geyser. HEX triplet: C2, D0 and CE. RGB value is (194,208,206). Sum of RGB (Red+Green+Blue) = 194+208+206=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0CE is #3D2F31. Grayscale: #CBCBCB. Windows color (decimal): -4009778 or 13553858. OLE color: 13553858.

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

Color convert

RGB194208206-
CMYK0.0700.010.18
HSL171.43º12.96%78.82%-
HSV(B)171.43º6.73%81.57%-
XYZ55.9461.0467.23-
YUV203.59129.36121.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=31.91%
G=34.21%
B=33.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942082060.0700.010.18171.4312.9678.82
HexC2D0CE70112abd4f
Octal3023203167012225315117
Binary11000010110100001100111011101100101010101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D0CE; }

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

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

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

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

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

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

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

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