Shades of Geyser #C2D3D1
Tints of Geyser #C2D3D1
RGB
CMYK
RGB Variations
Color information
#C2D3D1 (or 0xC2D3D1) is known color: Geyser. HEX triplet: C2, D3 and D1. RGB value is (194,211,209). Sum of RGB (Red+Green+Blue) = 194+211+209=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3D1 is #3D2C2E. Grayscale: #CDCDCD. Windows color (decimal): -4009007 or 13751234. OLE color: 13751234.
HSL color Cylindrical-coordinate representation of color #C2D3D1: hue angle of 172.94º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D3D1 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 211 | 209 | - |
CMYK | 0.08 | 0 | 0.01 | 0.17 |
HSL | 172.94º | 0.16% | 0.79% | - |
HSV(B) | 172.94º | 0.08% | 0.83% | - |
XYZ | 57.05 | 62.66 | 69.41 | - |
YUV | 205.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 211 | 209 | 0.08 | 0 | 0.01 | 0.17 | 172.94 | 0.16 | 0.79 |
Hex | C2 | D3 | D1 | 8 | 0 | 1 | 11 | AD | 10 | 4F |
Octal | 302 | 323 | 321 | 10 | 0 | 1 | 21 | 255 | 20 | 117 |
Binary | 11000010 | 11010011 | 11010001 | 1000 | 0 | 1 | 10001 | 10101101 | 10000 | 1001111 |
Color Harmonies of #C2D3D1
Complementary color
Monochromatic Colors of #C2D3D1
Black with #C2D3D1
Text Example
Text Example
White with #C2D3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3D1; }
p { color: rgb(194,211,209); }
H1.HeaderClassName
{
color: #C2D3D1;
}
.AnyTagClassName
{
color: #C2D3D1;
}
</style>
background-color css
<style>
a { background-color: #C2D3D1; }
a { background-color: rgb(194,211,209); }
div.DivClassName
{
background-color: #C2D3D1;
}
.BgClassName
{
background-color: #C2D3D1;
}
</style>
border-color css
<style>
span { border-color: #C2D3D1; }
span { border-color: rgb(194,211,209); }
td.TdClassName
{
border-color: #C2D3D1;
}
.TagClassName
{
border-color: #C2D3D1;
}
</style>