#C2D5D1

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

Shades of Geyser #C2D5D1

Tints of Geyser #C2D5D1

Color information

#C2D5D1 (or 0xC2D5D1) is unknown color: approx Geyser. HEX triplet: C2, D5 and D1. RGB value is (194,213,209). Sum of RGB (Red+Green+Blue) = 194+213+209=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5D1 is #3D2A2E. Grayscale: #CECECE. Windows color (decimal): -4008495 or 13751746. OLE color: 13751746.

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

Color convert

RGB194213209-
CMYK0.0900.020.16
HSL167.37º18.45%79.8%-
HSV(B)167.37º8.92%83.53%-
XYZ57.5563.6669.58-
YUV206.86129.21118.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=31.49%
G=34.58%
B=33.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942132090.0900.020.16167.3718.4579.8
HexC2D5D190210a71250
Octal30232532111022024722120
Binary11000010110101011101000110010101000010100111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5D1; }

 p { color: rgb(194,213,209); }

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

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

 a { background-color: rgb(194,213,209); }

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

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

 span { border-color: rgb(194,213,209); }

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