Shades of Onahau #CCE7EE
Tints of Onahau #CCE7EE
RGB
CMYK
RGB Variations
Color information
#CCE7EE (or 0xCCE7EE) is known color: Onahau. HEX triplet: CC, E7 and EE. RGB value is (204,231,238). Sum of RGB (Red+Green+Blue) = 204+231+238=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7EE is #331811. Grayscale: #DFDFDF. Windows color (decimal): -3348498 or 15656908. OLE color: 15656908.
HSL color Cylindrical-coordinate representation of color #CCE7EE: hue angle of 192.35º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE7EE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 231 | 238 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.07 |
| HSL | 192.35º | 0.5% | 0.87% | - |
| HSV(B) | 192.35º | 0.14% | 0.93% | - |
| XYZ | 68.91 | 76.16 | 91.96 | - |
| YUV | 223.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 238 | 0.14 | 0.03 | 0 | 0.07 | 192.35 | 0.5 | 0.87 |
| Hex | CC | E7 | EE | E | 3 | 0 | 7 | C0 | 32 | 57 |
| Octal | 314 | 347 | 356 | 16 | 3 | 0 | 7 | 300 | 62 | 127 |
| Binary | 11001100 | 11100111 | 11101110 | 1110 | 11 | 0 | 111 | 11000000 | 110010 | 1010111 |
Color Harmonies of #CCE7EE
Complementary color
Monochromatic Colors of #CCE7EE
Black with #CCE7EE
Text Example
Text Example
White with #CCE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7EE; }
p { color: rgb(204,231,238); }
H1.HeaderClassName
{
color: #CCE7EE;
}
.AnyTagClassName
{
color: #CCE7EE;
}
</style>
background-color css
<style>
a { background-color: #CCE7EE; }
a { background-color: rgb(204,231,238); }
div.DivClassName
{
background-color: #CCE7EE;
}
.BgClassName
{
background-color: #CCE7EE;
}
</style>
border-color css
<style>
span { border-color: #CCE7EE; }
span { border-color: rgb(204,231,238); }
td.TdClassName
{
border-color: #CCE7EE;
}
.TagClassName
{
border-color: #CCE7EE;
}
</style>