Shades of Onahau #C7DFE8
Tints of Onahau #C7DFE8
RGB
CMYK
RGB Variations
Color information
#C7DFE8 (or 0xC7DFE8) is known color: Onahau. HEX triplet: C7, DF and E8. RGB value is (199,223,232). Sum of RGB (Red+Green+Blue) = 199+223+232=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DFE8 is #382017. Grayscale: #D8D8D8. Windows color (decimal): -3678232 or 15261639. OLE color: 15261639.
HSL color Cylindrical-coordinate representation of color #C7DFE8: hue angle of 196.36º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7DFE8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 223 | 232 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.09 |
| HSL | 196.36º | 0.42% | 0.85% | - |
| HSV(B) | 196.36º | 0.14% | 0.91% | - |
| XYZ | 64.51 | 70.74 | 86.6 | - |
| YUV | 216.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 232 | 0.14 | 0.04 | 0 | 0.09 | 196.36 | 0.42 | 0.85 |
| Hex | C7 | DF | E8 | E | 4 | 0 | 9 | C4 | 2A | 55 |
| Octal | 307 | 337 | 350 | 16 | 4 | 0 | 11 | 304 | 52 | 125 |
| Binary | 11000111 | 11011111 | 11101000 | 1110 | 100 | 0 | 1001 | 11000100 | 101010 | 1010101 |
Color Harmonies of #C7DFE8
Complementary color
Monochromatic Colors of #C7DFE8
Black with #C7DFE8
Text Example
Text Example
White with #C7DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFE8; }
p { color: rgb(199,223,232); }
H1.HeaderClassName
{
color: #C7DFE8;
}
.AnyTagClassName
{
color: #C7DFE8;
}
</style>
background-color css
<style>
a { background-color: #C7DFE8; }
a { background-color: rgb(199,223,232); }
div.DivClassName
{
background-color: #C7DFE8;
}
.BgClassName
{
background-color: #C7DFE8;
}
</style>
border-color css
<style>
span { border-color: #C7DFE8; }
span { border-color: rgb(199,223,232); }
td.TdClassName
{
border-color: #C7DFE8;
}
.TagClassName
{
border-color: #C7DFE8;
}
</style>