Shades of Onahau #CCDEE1
Tints of Onahau #CCDEE1
RGB
CMYK
RGB Variations
Color information
#CCDEE1 (or 0xCCDEE1) is known color: Onahau. HEX triplet: CC, DE and E1. RGB value is (204,222,225). Sum of RGB (Red+Green+Blue) = 204+222+225=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE1 is #33211E. Grayscale: #D8D8D8. Windows color (decimal): -3350815 or 14802636. OLE color: 14802636.
HSL color Cylindrical-coordinate representation of color #CCDEE1: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDEE1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 222 | 225 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.12 |
| HSL | 188.57º | 0.26% | 0.84% | - |
| HSV(B) | 188.57º | 0.09% | 0.88% | - |
| XYZ | 64.61 | 70.52 | 81.44 | - |
| YUV | 216.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 225 | 0.09 | 0.01 | 0 | 0.12 | 188.57 | 0.26 | 0.84 |
| Hex | CC | DE | E1 | 9 | 1 | 0 | C | BD | 1A | 54 |
| Octal | 314 | 336 | 341 | 11 | 1 | 0 | 14 | 275 | 32 | 124 |
| Binary | 11001100 | 11011110 | 11100001 | 1001 | 1 | 0 | 1100 | 10111101 | 11010 | 1010100 |
Color Harmonies of #CCDEE1
Complementary color
Monochromatic Colors of #CCDEE1
Black with #CCDEE1
Text Example
Text Example
White with #CCDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEE1; }
p { color: rgb(204,222,225); }
H1.HeaderClassName
{
color: #CCDEE1;
}
.AnyTagClassName
{
color: #CCDEE1;
}
</style>
background-color css
<style>
a { background-color: #CCDEE1; }
a { background-color: rgb(204,222,225); }
div.DivClassName
{
background-color: #CCDEE1;
}
.BgClassName
{
background-color: #CCDEE1;
}
</style>
border-color css
<style>
span { border-color: #CCDEE1; }
span { border-color: rgb(204,222,225); }
td.TdClassName
{
border-color: #CCDEE1;
}
.TagClassName
{
border-color: #CCDEE1;
}
</style>