Shades of Geyser #C2DAD6
Tints of Geyser #C2DAD6
RGB
CMYK
RGB Variations
Color information
#C2DAD6 (or 0xC2DAD6) is known color: Geyser. HEX triplet: C2, DA and D6. RGB value is (194,218,214). Sum of RGB (Red+Green+Blue) = 194+218+214=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAD6 is #3D2529. Grayscale: #D2D2D2. Windows color (decimal): -4007210 or 14080706. OLE color: 14080706.
HSL color Cylindrical-coordinate representation of color #C2DAD6: hue angle of 170º degrees, saturation: 0.24, 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 #C2DAD6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 214 | - |
CMYK | 0.11 | 0 | 0.02 | 0.15 |
HSL | 170º | 0.24% | 0.81% | - |
HSV(B) | 170º | 0.11% | 0.85% | - |
XYZ | 59.46 | 66.47 | 73.31 | - |
YUV | 210.37 | 130.05 | 116.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 214 | 0.11 | 0 | 0.02 | 0.15 | 170 | 0.24 | 0.81 |
Hex | C2 | DA | D6 | B | 0 | 2 | F | AA | 18 | 51 |
Octal | 302 | 332 | 326 | 13 | 0 | 2 | 17 | 252 | 30 | 121 |
Binary | 11000010 | 11011010 | 11010110 | 1011 | 0 | 10 | 1111 | 10101010 | 11000 | 1010001 |
Color Harmonies of #C2DAD6
Complementary color
Monochromatic Colors of #C2DAD6
Black with #C2DAD6
Text Example
Text Example
White with #C2DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAD6; }
p { color: rgb(194,218,214); }
H1.HeaderClassName
{
color: #C2DAD6;
}
.AnyTagClassName
{
color: #C2DAD6;
}
</style>
background-color css
<style>
a { background-color: #C2DAD6; }
a { background-color: rgb(194,218,214); }
div.DivClassName
{
background-color: #C2DAD6;
}
.BgClassName
{
background-color: #C2DAD6;
}
</style>
border-color css
<style>
span { border-color: #C2DAD6; }
span { border-color: rgb(194,218,214); }
td.TdClassName
{
border-color: #C2DAD6;
}
.TagClassName
{
border-color: #C2DAD6;
}
</style>