#C4D2CE

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

Shades of Geyser #C4D2CE

Tints of Geyser #C4D2CE

Color information

#C4D2CE (or 0xC4D2CE) is unknown color: approx Geyser. HEX triplet: C4, D2 and CE. RGB value is (196,210,206). Sum of RGB (Red+Green+Blue) = 196+210+206=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2CE is #3B2D31. Grayscale: #CDCDCD. Windows color (decimal): -3878194 or 13554372. OLE color: 13554372.

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

Color convert

RGB196210206-
CMYK0.0700.020.18
HSL162.86º13.46%79.61%-
HSV(B)162.86º6.67%82.35%-
XYZ56.9562.2967.41-
YUV205.36128.36121.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=32.03%
G=34.31%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962102060.0700.020.18162.8613.4679.61
HexC4D2CE70212a3d50
Octal3043223167022224315120
Binary110001001101001011001110111010100101010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D2CE; }

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

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

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

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

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

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

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

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