Shades of Geyser #C8DAD6
Tints of Geyser #C8DAD6
RGB
CMYK
RGB Variations
Color information
#C8DAD6 (or 0xC8DAD6) is known color: Geyser. HEX triplet: C8, DA and D6. RGB value is (200,218,214). Sum of RGB (Red+Green+Blue) = 200+218+214=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAD6 is #372529. Grayscale: #D4D4D4. Windows color (decimal): -3613994 or 14080712. OLE color: 14080712.
HSL color Cylindrical-coordinate representation of color #C8DAD6: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DAD6 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 214 | - |
CMYK | 0.08 | 0 | 0.02 | 0.15 |
HSL | 166.67º | 0.2% | 0.82% | - |
HSV(B) | 166.67º | 0.08% | 0.85% | - |
XYZ | 61.03 | 67.28 | 73.39 | - |
YUV | 212.16 | 129.04 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 214 | 0.08 | 0 | 0.02 | 0.15 | 166.67 | 0.2 | 0.82 |
Hex | C8 | DA | D6 | 8 | 0 | 2 | F | A7 | 14 | 52 |
Octal | 310 | 332 | 326 | 10 | 0 | 2 | 17 | 247 | 24 | 122 |
Binary | 11001000 | 11011010 | 11010110 | 1000 | 0 | 10 | 1111 | 10100111 | 10100 | 1010010 |
Color Harmonies of #C8DAD6
Complementary color
Monochromatic Colors of #C8DAD6
Black with #C8DAD6
Text Example
Text Example
White with #C8DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAD6; }
p { color: rgb(200,218,214); }
H1.HeaderClassName
{
color: #C8DAD6;
}
.AnyTagClassName
{
color: #C8DAD6;
}
</style>
background-color css
<style>
a { background-color: #C8DAD6; }
a { background-color: rgb(200,218,214); }
div.DivClassName
{
background-color: #C8DAD6;
}
.BgClassName
{
background-color: #C8DAD6;
}
</style>
border-color css
<style>
span { border-color: #C8DAD6; }
span { border-color: rgb(200,218,214); }
td.TdClassName
{
border-color: #C8DAD6;
}
.TagClassName
{
border-color: #C8DAD6;
}
</style>