Shades of Onahau #CEF0F6
Tints of Onahau #CEF0F6
RGB
CMYK
RGB Variations
Color information
#CEF0F6 (or 0xCEF0F6) is known color: Onahau. HEX triplet: CE, F0 and F6. RGB value is (206,240,246). Sum of RGB (Red+Green+Blue) = 206+240+246=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0F6 is #310F09. Grayscale: #E6E6E6. Windows color (decimal): -3215114 or 16183502. OLE color: 16183502.
HSL color Cylindrical-coordinate representation of color #CEF0F6: hue angle of 189º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF0F6 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 240 | 246 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.04 |
| HSL | 189º | 0.69% | 0.89% | - |
| HSV(B) | 189º | 0.16% | 0.96% | - |
| XYZ | 73.25 | 82.1 | 99.17 | - |
| YUV | 230.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 246 | 0.16 | 0.02 | 0 | 0.04 | 189 | 0.69 | 0.89 |
| Hex | CE | F0 | F6 | 10 | 2 | 0 | 4 | BD | 45 | 59 |
| Octal | 316 | 360 | 366 | 20 | 2 | 0 | 4 | 275 | 105 | 131 |
| Binary | 11001110 | 11110000 | 11110110 | 10000 | 10 | 0 | 100 | 10111101 | 1000101 | 1011001 |
Color Harmonies of #CEF0F6
Complementary color
Monochromatic Colors of #CEF0F6
Black with #CEF0F6
Text Example
Text Example
White with #CEF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0F6; }
p { color: rgb(206,240,246); }
H1.HeaderClassName
{
color: #CEF0F6;
}
.AnyTagClassName
{
color: #CEF0F6;
}
</style>
background-color css
<style>
a { background-color: #CEF0F6; }
a { background-color: rgb(206,240,246); }
div.DivClassName
{
background-color: #CEF0F6;
}
.BgClassName
{
background-color: #CEF0F6;
}
</style>
border-color css
<style>
span { border-color: #CEF0F6; }
span { border-color: rgb(206,240,246); }
td.TdClassName
{
border-color: #CEF0F6;
}
.TagClassName
{
border-color: #CEF0F6;
}
</style>