Shades of Onahau #CCE7EC
Tints of Onahau #CCE7EC
RGB
CMYK
RGB Variations
Color information
#CCE7EC (or 0xCCE7EC) is known color: Onahau. HEX triplet: CC, E7 and EC. RGB value is (204,231,236). Sum of RGB (Red+Green+Blue) = 204+231+236=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7EC is #331813. Grayscale: #DFDFDF. Windows color (decimal): -3348500 or 15525836. OLE color: 15525836.
HSL color Cylindrical-coordinate representation of color #CCE7EC: hue angle of 189.38º 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 #CCE7EC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 231 | 236 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.07 |
| HSL | 189.38º | 0.46% | 0.86% | - |
| HSV(B) | 189.38º | 0.14% | 0.93% | - |
| XYZ | 68.62 | 76.05 | 90.42 | - |
| YUV | 223.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 236 | 0.14 | 0.02 | 0 | 0.07 | 189.38 | 0.46 | 0.86 |
| Hex | CC | E7 | EC | E | 2 | 0 | 7 | BD | 2E | 56 |
| Octal | 314 | 347 | 354 | 16 | 2 | 0 | 7 | 275 | 56 | 126 |
| Binary | 11001100 | 11100111 | 11101100 | 1110 | 10 | 0 | 111 | 10111101 | 101110 | 1010110 |
Color Harmonies of #CCE7EC
Complementary color
Monochromatic Colors of #CCE7EC
Black with #CCE7EC
Text Example
Text Example
White with #CCE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7EC; }
p { color: rgb(204,231,236); }
H1.HeaderClassName
{
color: #CCE7EC;
}
.AnyTagClassName
{
color: #CCE7EC;
}
</style>
background-color css
<style>
a { background-color: #CCE7EC; }
a { background-color: rgb(204,231,236); }
div.DivClassName
{
background-color: #CCE7EC;
}
.BgClassName
{
background-color: #CCE7EC;
}
</style>
border-color css
<style>
span { border-color: #CCE7EC; }
span { border-color: rgb(204,231,236); }
td.TdClassName
{
border-color: #CCE7EC;
}
.TagClassName
{
border-color: #CCE7EC;
}
</style>