Shades of Onahau #CCE3E7
Tints of Onahau #CCE3E7
RGB
CMYK
RGB Variations
Color information
#CCE3E7 (or 0xCCE3E7) is known color: Onahau. HEX triplet: CC, E3 and E7. RGB value is (204,227,231). Sum of RGB (Red+Green+Blue) = 204+227+231=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3E7 is #331C18. Grayscale: #DCDCDC. Windows color (decimal): -3349529 or 15197132. OLE color: 15197132.
HSL color Cylindrical-coordinate representation of color #CCE3E7: hue angle of 188.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE3E7 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 227 | 231 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.09 |
| HSL | 188.89º | 0.36% | 0.85% | - |
| HSV(B) | 188.89º | 0.12% | 0.91% | - |
| XYZ | 66.79 | 73.55 | 86.28 | - |
| YUV | 220.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 231 | 0.12 | 0.02 | 0 | 0.09 | 188.89 | 0.36 | 0.85 |
| Hex | CC | E3 | E7 | C | 2 | 0 | 9 | BD | 24 | 55 |
| Octal | 314 | 343 | 347 | 14 | 2 | 0 | 11 | 275 | 44 | 125 |
| Binary | 11001100 | 11100011 | 11100111 | 1100 | 10 | 0 | 1001 | 10111101 | 100100 | 1010101 |
Color Harmonies of #CCE3E7
Complementary color
Monochromatic Colors of #CCE3E7
Black with #CCE3E7
Text Example
Text Example
White with #CCE3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3E7; }
p { color: rgb(204,227,231); }
H1.HeaderClassName
{
color: #CCE3E7;
}
.AnyTagClassName
{
color: #CCE3E7;
}
</style>
background-color css
<style>
a { background-color: #CCE3E7; }
a { background-color: rgb(204,227,231); }
div.DivClassName
{
background-color: #CCE3E7;
}
.BgClassName
{
background-color: #CCE3E7;
}
</style>
border-color css
<style>
span { border-color: #CCE3E7; }
span { border-color: rgb(204,227,231); }
td.TdClassName
{
border-color: #CCE3E7;
}
.TagClassName
{
border-color: #CCE3E7;
}
</style>