#C2D8D4

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

Shades of Geyser #C2D8D4

Tints of Geyser #C2D8D4

Color information

#C2D8D4 (or 0xC2D8D4) is unknown color: approx Geyser. HEX triplet: C2, D8 and D4. RGB value is (194,216,212). Sum of RGB (Red+Green+Blue) = 194+216+212=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8D4 is #3D272B. Grayscale: #D0D0D0. Windows color (decimal): -4007724 or 13949122. OLE color: 13949122.

HSL color Cylindrical-coordinate representation of color #C2D8D4: hue angle of 169.09º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8D4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB194216212-
CMYK0.1000.020.15
HSL169.09º22%80.39%-
HSV(B)169.09º10.19%84.71%-
XYZ58.6965.3371.81-
YUV208.97129.71117.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.19%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=31.19%
G=34.73%
B=34.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942162120.1000.020.15169.092280.39
HexC2D8D4A02Fa91650
Octal30233032412021725126120
Binary1100001011011000110101001010010111110101001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D8D4; }

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

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

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

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

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

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

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

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