#C2D9D4

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

Shades of Geyser #C2D9D4

Tints of Geyser #C2D9D4

Color information

#C2D9D4 (or 0xC2D9D4) is unknown color: approx Geyser. HEX triplet: C2, D9 and D4. RGB value is (194,217,212). Sum of RGB (Red+Green+Blue) = 194+217+212=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9D4 is #3D262B. Grayscale: #D1D1D1. Windows color (decimal): -4007468 or 13949378. OLE color: 13949378.

HSL color Cylindrical-coordinate representation of color #C2D9D4: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9D4 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB194217212-
CMYK0.1100.020.15
HSL166.96º23.23%80.59%-
HSV(B)166.96º10.6%85.1%-
XYZ58.9465.8571.89-
YUV209.55129.38116.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=31.14%
G=34.83%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942172120.1100.020.15166.9623.2380.59
HexC2D9D4B02Fa71751
Octal30233132413021724727121
Binary1100001011011001110101001011010111110100111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9D4; }

 p { color: rgb(194,217,212); }

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

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

 a { background-color: rgb(194,217,212); }

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

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

 span { border-color: rgb(194,217,212); }

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