Shades of Onahau #C8DCE4
Tints of Onahau #C8DCE4
RGB
CMYK
RGB Variations
Color information
#C8DCE4 (or 0xC8DCE4) is known color: Onahau. HEX triplet: C8, DC and E4. RGB value is (200,220,228). Sum of RGB (Red+Green+Blue) = 200+220+228=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCE4 is #37231B. Grayscale: #D6D6D6. Windows color (decimal): -3613468 or 14998728. OLE color: 14998728.
HSL color Cylindrical-coordinate representation of color #C8DCE4: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8DCE4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 220 | 228 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.11 |
| HSL | 197.14º | 0.34% | 0.84% | - |
| HSV(B) | 197.14º | 0.12% | 0.89% | - |
| XYZ | 63.42 | 69.07 | 83.39 | - |
| YUV | 214.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 228 | 0.12 | 0.04 | 0 | 0.11 | 197.14 | 0.34 | 0.84 |
| Hex | C8 | DC | E4 | C | 4 | 0 | B | C5 | 22 | 54 |
| Octal | 310 | 334 | 344 | 14 | 4 | 0 | 13 | 305 | 42 | 124 |
| Binary | 11001000 | 11011100 | 11100100 | 1100 | 100 | 0 | 1011 | 11000101 | 100010 | 1010100 |
Color Harmonies of #C8DCE4
Complementary color
Monochromatic Colors of #C8DCE4
Black with #C8DCE4
Text Example
Text Example
White with #C8DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCE4; }
p { color: rgb(200,220,228); }
H1.HeaderClassName
{
color: #C8DCE4;
}
.AnyTagClassName
{
color: #C8DCE4;
}
</style>
background-color css
<style>
a { background-color: #C8DCE4; }
a { background-color: rgb(200,220,228); }
div.DivClassName
{
background-color: #C8DCE4;
}
.BgClassName
{
background-color: #C8DCE4;
}
</style>
border-color css
<style>
span { border-color: #C8DCE4; }
span { border-color: rgb(200,220,228); }
td.TdClassName
{
border-color: #C8DCE4;
}
.TagClassName
{
border-color: #C8DCE4;
}
</style>