Shades of Onahau #C8DFE4
Tints of Onahau #C8DFE4
RGB
CMYK
RGB Variations
Color information
#C8DFE4 (or 0xC8DFE4) is known color: Onahau. HEX triplet: C8, DF and E4. RGB value is (200,223,228). Sum of RGB (Red+Green+Blue) = 200+223+228=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8DFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFE4 is #37201B. Grayscale: #D8D8D8. Windows color (decimal): -3612700 or 14999496. OLE color: 14999496.
HSL color Cylindrical-coordinate representation of color #C8DFE4: hue angle of 190.71º 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 #C8DFE4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 223 | 228 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.11 |
| HSL | 190.71º | 0.34% | 0.84% | - |
| HSV(B) | 190.71º | 0.12% | 0.89% | - |
| XYZ | 64.21 | 70.66 | 83.65 | - |
| YUV | 216.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 228 | 0.12 | 0.02 | 0 | 0.11 | 190.71 | 0.34 | 0.84 |
| Hex | C8 | DF | E4 | C | 2 | 0 | B | BF | 22 | 54 |
| Octal | 310 | 337 | 344 | 14 | 2 | 0 | 13 | 277 | 42 | 124 |
| Binary | 11001000 | 11011111 | 11100100 | 1100 | 10 | 0 | 1011 | 10111111 | 100010 | 1010100 |
Color Harmonies of #C8DFE4
Complementary color
Monochromatic Colors of #C8DFE4
Black with #C8DFE4
Text Example
Text Example
White with #C8DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFE4; }
p { color: rgb(200,223,228); }
H1.HeaderClassName
{
color: #C8DFE4;
}
.AnyTagClassName
{
color: #C8DFE4;
}
</style>
background-color css
<style>
a { background-color: #C8DFE4; }
a { background-color: rgb(200,223,228); }
div.DivClassName
{
background-color: #C8DFE4;
}
.BgClassName
{
background-color: #C8DFE4;
}
</style>
border-color css
<style>
span { border-color: #C8DFE4; }
span { border-color: rgb(200,223,228); }
td.TdClassName
{
border-color: #C8DFE4;
}
.TagClassName
{
border-color: #C8DFE4;
}
</style>