Shades of Onahau #C8D7DD
Tints of Onahau #C8D7DD
RGB
CMYK
RGB Variations
Color information
#C8D7DD (or 0xC8D7DD) is known color: Onahau. HEX triplet: C8, D7 and DD. RGB value is (200,215,221). Sum of RGB (Red+Green+Blue) = 200+215+221=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7DD is #372822. Grayscale: #D3D3D3. Windows color (decimal): -3614755 or 14538696. OLE color: 14538696.
HSL color Cylindrical-coordinate representation of color #C8D7DD: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D7DD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 215 | 221 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.13 |
| HSL | 197.14º | 0.24% | 0.83% | - |
| HSV(B) | 197.14º | 0.1% | 0.87% | - |
| XYZ | 61.17 | 66.1 | 77.94 | - |
| YUV | 211.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 221 | 0.10 | 0.03 | 0 | 0.13 | 197.14 | 0.24 | 0.83 |
| Hex | C8 | D7 | DD | A | 3 | 0 | D | C5 | 18 | 53 |
| Octal | 310 | 327 | 335 | 12 | 3 | 0 | 15 | 305 | 30 | 123 |
| Binary | 11001000 | 11010111 | 11011101 | 1010 | 11 | 0 | 1101 | 11000101 | 11000 | 1010011 |
Color Harmonies of #C8D7DD
Complementary color
Monochromatic Colors of #C8D7DD
Black with #C8D7DD
Text Example
Text Example
White with #C8D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7DD; }
p { color: rgb(200,215,221); }
H1.HeaderClassName
{
color: #C8D7DD;
}
.AnyTagClassName
{
color: #C8D7DD;
}
</style>
background-color css
<style>
a { background-color: #C8D7DD; }
a { background-color: rgb(200,215,221); }
div.DivClassName
{
background-color: #C8D7DD;
}
.BgClassName
{
background-color: #C8D7DD;
}
</style>
border-color css
<style>
span { border-color: #C8D7DD; }
span { border-color: rgb(200,215,221); }
td.TdClassName
{
border-color: #C8D7DD;
}
.TagClassName
{
border-color: #C8D7DD;
}
</style>