Shades of Onahau #CCEDF6
Tints of Onahau #CCEDF6
RGB
CMYK
RGB Variations
Color information
#CCEDF6 (or 0xCCEDF6) is known color: Onahau. HEX triplet: CC, ED and F6. RGB value is (204,237,246). Sum of RGB (Red+Green+Blue) = 204+237+246=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF6 is #331209. Grayscale: #E4E4E4. Windows color (decimal): -3346954 or 16182732. OLE color: 16182732.
HSL color Cylindrical-coordinate representation of color #CCEDF6: hue angle of 192.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEDF6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 237 | 246 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.04 |
| HSL | 192.86º | 0.7% | 0.88% | - |
| HSV(B) | 192.86º | 0.17% | 0.96% | - |
| XYZ | 71.82 | 80.06 | 98.86 | - |
| YUV | 228.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 246 | 0.17 | 0.04 | 0 | 0.04 | 192.86 | 0.7 | 0.88 |
| Hex | CC | ED | F6 | 11 | 4 | 0 | 4 | C1 | 46 | 58 |
| Octal | 314 | 355 | 366 | 21 | 4 | 0 | 4 | 301 | 106 | 130 |
| Binary | 11001100 | 11101101 | 11110110 | 10001 | 100 | 0 | 100 | 11000001 | 1000110 | 1011000 |
Color Harmonies of #CCEDF6
Complementary color
Monochromatic Colors of #CCEDF6
Black with #CCEDF6
Text Example
Text Example
White with #CCEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDF6; }
p { color: rgb(204,237,246); }
H1.HeaderClassName
{
color: #CCEDF6;
}
.AnyTagClassName
{
color: #CCEDF6;
}
</style>
background-color css
<style>
a { background-color: #CCEDF6; }
a { background-color: rgb(204,237,246); }
div.DivClassName
{
background-color: #CCEDF6;
}
.BgClassName
{
background-color: #CCEDF6;
}
</style>
border-color css
<style>
span { border-color: #CCEDF6; }
span { border-color: rgb(204,237,246); }
td.TdClassName
{
border-color: #CCEDF6;
}
.TagClassName
{
border-color: #CCEDF6;
}
</style>