Shades of Onahau #CEE5E9
Tints of Onahau #CEE5E9
RGB
CMYK
RGB Variations
Color information
#CEE5E9 (or 0xCEE5E9) is known color: Onahau. HEX triplet: CE, E5 and E9. RGB value is (206,229,233). Sum of RGB (Red+Green+Blue) = 206+229+233=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5E9 is #311A16. Grayscale: #DEDEDE. Windows color (decimal): -3217943 or 15328718. OLE color: 15328718.
HSL color Cylindrical-coordinate representation of color #CEE5E9: hue angle of 188.89º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE5E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 229 | 233 | - |
CMYK | 0.12 | 0.02 | 0 | 0.09 |
HSL | 188.89º | 0.38% | 0.86% | - |
HSV(B) | 188.89º | 0.12% | 0.91% | - |
XYZ | 68.18 | 75.04 | 87.98 | - |
YUV | 222.58 | 133.88 | 116.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 229 | 233 | 0.12 | 0.02 | 0 | 0.09 | 188.89 | 0.38 | 0.86 |
Hex | CE | E5 | E9 | C | 2 | 0 | 9 | BD | 26 | 56 |
Octal | 316 | 345 | 351 | 14 | 2 | 0 | 11 | 275 | 46 | 126 |
Binary | 11001110 | 11100101 | 11101001 | 1100 | 10 | 0 | 1001 | 10111101 | 100110 | 1010110 |
Color Harmonies of #CEE5E9
Complementary color
Monochromatic Colors of #CEE5E9
Black with #CEE5E9
Text Example
Text Example
White with #CEE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5E9; }
p { color: rgb(206,229,233); }
H1.HeaderClassName
{
color: #CEE5E9;
}
.AnyTagClassName
{
color: #CEE5E9;
}
</style>
background-color css
<style>
a { background-color: #CEE5E9; }
a { background-color: rgb(206,229,233); }
div.DivClassName
{
background-color: #CEE5E9;
}
.BgClassName
{
background-color: #CEE5E9;
}
</style>
border-color css
<style>
span { border-color: #CEE5E9; }
span { border-color: rgb(206,229,233); }
td.TdClassName
{
border-color: #CEE5E9;
}
.TagClassName
{
border-color: #CEE5E9;
}
</style>