Shades of Geyser #C4DAD5
Tints of Geyser #C4DAD5
RGB
CMYK
RGB Variations
Color information
#C4DAD5 (or 0xC4DAD5) is known color: Geyser. HEX triplet: C4, DA and D5. RGB value is (196,218,213). Sum of RGB (Red+Green+Blue) = 196+218+213=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAD5 is #3B252A. Grayscale: #D2D2D2. Windows color (decimal): -3876139 or 14015172. OLE color: 14015172.
HSL color Cylindrical-coordinate representation of color #C4DAD5: hue angle of 166.36º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DAD5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 218 | 213 | - |
CMYK | 0.10 | 0 | 0.02 | 0.15 |
HSL | 166.36º | 0.23% | 0.81% | - |
HSV(B) | 166.36º | 0.1% | 0.85% | - |
XYZ | 59.85 | 66.68 | 72.67 | - |
YUV | 210.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 218 | 213 | 0.10 | 0 | 0.02 | 0.15 | 166.36 | 0.23 | 0.81 |
Hex | C4 | DA | D5 | A | 0 | 2 | F | A6 | 17 | 51 |
Octal | 304 | 332 | 325 | 12 | 0 | 2 | 17 | 246 | 27 | 121 |
Binary | 11000100 | 11011010 | 11010101 | 1010 | 0 | 10 | 1111 | 10100110 | 10111 | 1010001 |
Color Harmonies of #C4DAD5
Complementary color
Monochromatic Colors of #C4DAD5
Black with #C4DAD5
Text Example
Text Example
White with #C4DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAD5; }
p { color: rgb(196,218,213); }
H1.HeaderClassName
{
color: #C4DAD5;
}
.AnyTagClassName
{
color: #C4DAD5;
}
</style>
background-color css
<style>
a { background-color: #C4DAD5; }
a { background-color: rgb(196,218,213); }
div.DivClassName
{
background-color: #C4DAD5;
}
.BgClassName
{
background-color: #C4DAD5;
}
</style>
border-color css
<style>
span { border-color: #C4DAD5; }
span { border-color: rgb(196,218,213); }
td.TdClassName
{
border-color: #C4DAD5;
}
.TagClassName
{
border-color: #C4DAD5;
}
</style>