Shades of Onahau #CCE5E9
Tints of Onahau #CCE5E9
RGB
CMYK
RGB Variations
Color information
#CCE5E9 (or 0xCCE5E9) is known color: Onahau. HEX triplet: CC, E5 and E9. RGB value is (204,229,233). Sum of RGB (Red+Green+Blue) = 204+229+233=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5E9 is #331A16. Grayscale: #DDDDDD. Windows color (decimal): -3349015 or 15328716. OLE color: 15328716.
HSL color Cylindrical-coordinate representation of color #CCE5E9: hue angle of 188.28º degrees, saturation: 0.4, 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 #CCE5E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 229 | 233 | - |
CMYK | 0.12 | 0.02 | 0 | 0.09 |
HSL | 188.28º | 0.4% | 0.86% | - |
HSV(B) | 188.28º | 0.12% | 0.91% | - |
XYZ | 67.63 | 74.76 | 87.96 | - |
YUV | 221.98 | 134.22 | 115.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 233 | 0.12 | 0.02 | 0 | 0.09 | 188.28 | 0.4 | 0.86 |
Hex | CC | E5 | E9 | C | 2 | 0 | 9 | BC | 28 | 56 |
Octal | 314 | 345 | 351 | 14 | 2 | 0 | 11 | 274 | 50 | 126 |
Binary | 11001100 | 11100101 | 11101001 | 1100 | 10 | 0 | 1001 | 10111100 | 101000 | 1010110 |
Color Harmonies of #CCE5E9
Complementary color
Monochromatic Colors of #CCE5E9
Black with #CCE5E9
Text Example
Text Example
White with #CCE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5E9; }
p { color: rgb(204,229,233); }
H1.HeaderClassName
{
color: #CCE5E9;
}
.AnyTagClassName
{
color: #CCE5E9;
}
</style>
background-color css
<style>
a { background-color: #CCE5E9; }
a { background-color: rgb(204,229,233); }
div.DivClassName
{
background-color: #CCE5E9;
}
.BgClassName
{
background-color: #CCE5E9;
}
</style>
border-color css
<style>
span { border-color: #CCE5E9; }
span { border-color: rgb(204,229,233); }
td.TdClassName
{
border-color: #CCE5E9;
}
.TagClassName
{
border-color: #CCE5E9;
}
</style>