Shades of Onahau #CCECF4
Tints of Onahau #CCECF4
RGB
CMYK
RGB Variations
Color information
#CCECF4 (or 0xCCECF4) is known color: Onahau. HEX triplet: CC, EC and F4. RGB value is (204,236,244). Sum of RGB (Red+Green+Blue) = 204+236+244=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF4 is #33130B. Grayscale: #E3E3E3. Windows color (decimal): -3347212 or 16051404. OLE color: 16051404.
HSL color Cylindrical-coordinate representation of color #CCECF4: hue angle of 192º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCECF4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 236 | 244 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.04 |
| HSL | 192º | 0.65% | 0.88% | - |
| HSV(B) | 192º | 0.16% | 0.96% | - |
| XYZ | 71.23 | 79.36 | 97.15 | - |
| YUV | 227.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 244 | 0.16 | 0.03 | 0 | 0.04 | 192 | 0.65 | 0.88 |
| Hex | CC | EC | F4 | 10 | 3 | 0 | 4 | C0 | 41 | 58 |
| Octal | 314 | 354 | 364 | 20 | 3 | 0 | 4 | 300 | 101 | 130 |
| Binary | 11001100 | 11101100 | 11110100 | 10000 | 11 | 0 | 100 | 11000000 | 1000001 | 1011000 |
Color Harmonies of #CCECF4
Complementary color
Monochromatic Colors of #CCECF4
Black with #CCECF4
Text Example
Text Example
White with #CCECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECF4; }
p { color: rgb(204,236,244); }
H1.HeaderClassName
{
color: #CCECF4;
}
.AnyTagClassName
{
color: #CCECF4;
}
</style>
background-color css
<style>
a { background-color: #CCECF4; }
a { background-color: rgb(204,236,244); }
div.DivClassName
{
background-color: #CCECF4;
}
.BgClassName
{
background-color: #CCECF4;
}
</style>
border-color css
<style>
span { border-color: #CCECF4; }
span { border-color: rgb(204,236,244); }
td.TdClassName
{
border-color: #CCECF4;
}
.TagClassName
{
border-color: #CCECF4;
}
</style>