Shades of Onahau #C8DDE0
Tints of Onahau #C8DDE0
RGB
CMYK
RGB Variations
Color information
#C8DDE0 (or 0xC8DDE0) is known color: Onahau. HEX triplet: C8, DD and E0. RGB value is (200,221,224). Sum of RGB (Red+Green+Blue) = 200+221+224=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDE0 is #37221F. Grayscale: #D7D7D7. Windows color (decimal): -3613216 or 14736840. OLE color: 14736840.
HSL color Cylindrical-coordinate representation of color #C8DDE0: hue angle of 187.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8DDE0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 221 | 224 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.12 |
| HSL | 187.5º | 0.28% | 0.83% | - |
| HSV(B) | 187.5º | 0.11% | 0.88% | - |
| XYZ | 63.13 | 69.37 | 80.58 | - |
| YUV | 215.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 224 | 0.11 | 0.01 | 0 | 0.12 | 187.5 | 0.28 | 0.83 |
| Hex | C8 | DD | E0 | B | 1 | 0 | C | BC | 1C | 53 |
| Octal | 310 | 335 | 340 | 13 | 1 | 0 | 14 | 274 | 34 | 123 |
| Binary | 11001000 | 11011101 | 11100000 | 1011 | 1 | 0 | 1100 | 10111100 | 11100 | 1010011 |
Color Harmonies of #C8DDE0
Complementary color
Monochromatic Colors of #C8DDE0
Black with #C8DDE0
Text Example
Text Example
White with #C8DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDE0; }
p { color: rgb(200,221,224); }
H1.HeaderClassName
{
color: #C8DDE0;
}
.AnyTagClassName
{
color: #C8DDE0;
}
</style>
background-color css
<style>
a { background-color: #C8DDE0; }
a { background-color: rgb(200,221,224); }
div.DivClassName
{
background-color: #C8DDE0;
}
.BgClassName
{
background-color: #C8DDE0;
}
</style>
border-color css
<style>
span { border-color: #C8DDE0; }
span { border-color: rgb(200,221,224); }
td.TdClassName
{
border-color: #C8DDE0;
}
.TagClassName
{
border-color: #C8DDE0;
}
</style>