Shades of Onahau #CCE5EC
Tints of Onahau #CCE5EC
RGB
CMYK
RGB Variations
Color information
#CCE5EC (or 0xCCE5EC) is known color: Onahau. HEX triplet: CC, E5 and EC. RGB value is (204,229,236). Sum of RGB (Red+Green+Blue) = 204+229+236=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EC is #331A13. Grayscale: #DEDEDE. Windows color (decimal): -3349012 or 15525324. OLE color: 15525324.
HSL color Cylindrical-coordinate representation of color #CCE5EC: hue angle of 193.12º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE5EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 229 | 236 | - |
CMYK | 0.14 | 0.03 | 0 | 0.07 |
HSL | 193.13º | 0.46% | 0.86% | - |
HSV(B) | 193.13º | 0.14% | 0.93% | - |
XYZ | 68.06 | 74.93 | 90.23 | - |
YUV | 222.32 | 135.72 | 114.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 236 | 0.14 | 0.03 | 0 | 0.07 | 193.13 | 0.46 | 0.86 |
Hex | CC | E5 | EC | E | 3 | 0 | 7 | C1 | 2E | 56 |
Octal | 314 | 345 | 354 | 16 | 3 | 0 | 7 | 301 | 56 | 126 |
Binary | 11001100 | 11100101 | 11101100 | 1110 | 11 | 0 | 111 | 11000001 | 101110 | 1010110 |
Color Harmonies of #CCE5EC
Complementary color
Monochromatic Colors of #CCE5EC
Black with #CCE5EC
Text Example
Text Example
White with #CCE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5EC; }
p { color: rgb(204,229,236); }
H1.HeaderClassName
{
color: #CCE5EC;
}
.AnyTagClassName
{
color: #CCE5EC;
}
</style>
background-color css
<style>
a { background-color: #CCE5EC; }
a { background-color: rgb(204,229,236); }
div.DivClassName
{
background-color: #CCE5EC;
}
.BgClassName
{
background-color: #CCE5EC;
}
</style>
border-color css
<style>
span { border-color: #CCE5EC; }
span { border-color: rgb(204,229,236); }
td.TdClassName
{
border-color: #CCE5EC;
}
.TagClassName
{
border-color: #CCE5EC;
}
</style>