Shades of Onahau #CCDCE1
Tints of Onahau #CCDCE1
RGB
CMYK
RGB Variations
Color information
#CCDCE1 (or 0xCCDCE1) is known color: Onahau. HEX triplet: CC, DC and E1. RGB value is (204,220,225). Sum of RGB (Red+Green+Blue) = 204+220+225=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCE1 is #33231E. Grayscale: #D7D7D7. Windows color (decimal): -3351327 or 14802124. OLE color: 14802124.
HSL color Cylindrical-coordinate representation of color #CCDCE1: hue angle of 194.29º 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 #CCDCE1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 220 | 225 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.12 |
| HSL | 194.29º | 0.26% | 0.84% | - |
| HSV(B) | 194.29º | 0.09% | 0.88% | - |
| XYZ | 64.09 | 69.46 | 81.26 | - |
| YUV | 215.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 225 | 0.09 | 0.02 | 0 | 0.12 | 194.29 | 0.26 | 0.84 |
| Hex | CC | DC | E1 | 9 | 2 | 0 | C | C2 | 1A | 54 |
| Octal | 314 | 334 | 341 | 11 | 2 | 0 | 14 | 302 | 32 | 124 |
| Binary | 11001100 | 11011100 | 11100001 | 1001 | 10 | 0 | 1100 | 11000010 | 11010 | 1010100 |
Color Harmonies of #CCDCE1
Complementary color
Monochromatic Colors of #CCDCE1
Black with #CCDCE1
Text Example
Text Example
White with #CCDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE1; }
p { color: rgb(204,220,225); }
H1.HeaderClassName
{
color: #CCDCE1;
}
.AnyTagClassName
{
color: #CCDCE1;
}
</style>
background-color css
<style>
a { background-color: #CCDCE1; }
a { background-color: rgb(204,220,225); }
div.DivClassName
{
background-color: #CCDCE1;
}
.BgClassName
{
background-color: #CCDCE1;
}
</style>
border-color css
<style>
span { border-color: #CCDCE1; }
span { border-color: rgb(204,220,225); }
td.TdClassName
{
border-color: #CCDCE1;
}
.TagClassName
{
border-color: #CCDCE1;
}
</style>