Shades of Onahau #CCDCE0
Tints of Onahau #CCDCE0
RGB
CMYK
RGB Variations
Color information
#CCDCE0 (or 0xCCDCE0) is known color: Onahau. HEX triplet: CC, DC and E0. RGB value is (204,220,224). Sum of RGB (Red+Green+Blue) = 204+220+224=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCE0 is #33231F. Grayscale: #D7D7D7. Windows color (decimal): -3351328 or 14736588. OLE color: 14736588.
HSL color Cylindrical-coordinate representation of color #CCDCE0: hue angle of 192º degrees, saturation: 0.24, 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 #CCDCE0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 220 | 224 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.12 |
| HSL | 192º | 0.24% | 0.84% | - |
| HSV(B) | 192º | 0.09% | 0.88% | - |
| XYZ | 63.95 | 69.41 | 80.55 | - |
| YUV | 215.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 224 | 0.09 | 0.02 | 0 | 0.12 | 192 | 0.24 | 0.84 |
| Hex | CC | DC | E0 | 9 | 2 | 0 | C | C0 | 18 | 54 |
| Octal | 314 | 334 | 340 | 11 | 2 | 0 | 14 | 300 | 30 | 124 |
| Binary | 11001100 | 11011100 | 11100000 | 1001 | 10 | 0 | 1100 | 11000000 | 11000 | 1010100 |
Color Harmonies of #CCDCE0
Complementary color
Monochromatic Colors of #CCDCE0
Black with #CCDCE0
Text Example
Text Example
White with #CCDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE0; }
p { color: rgb(204,220,224); }
H1.HeaderClassName
{
color: #CCDCE0;
}
.AnyTagClassName
{
color: #CCDCE0;
}
</style>
background-color css
<style>
a { background-color: #CCDCE0; }
a { background-color: rgb(204,220,224); }
div.DivClassName
{
background-color: #CCDCE0;
}
.BgClassName
{
background-color: #CCDCE0;
}
</style>
border-color css
<style>
span { border-color: #CCDCE0; }
span { border-color: rgb(204,220,224); }
td.TdClassName
{
border-color: #CCDCE0;
}
.TagClassName
{
border-color: #CCDCE0;
}
</style>