Shades of Mabel #CADEE0
Tints of Mabel #CADEE0
RGB
CMYK
RGB Variations
Color information
#CADEE0 (or 0xCADEE0) is known color: Mabel. HEX triplet: CA, DE and E0. RGB value is (202,222,224). Sum of RGB (Red+Green+Blue) = 202+222+224=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 222 (87.11% from 255 or 34.26% 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 #CADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEE0 is #35211F. Grayscale: #D8D8D8. Windows color (decimal): -3481888 or 14737098. OLE color: 14737098.
HSL color Cylindrical-coordinate representation of color #CADEE0: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADEE0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 222 | 224 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.12 |
| HSL | 185.45º | 0.26% | 0.84% | - |
| HSV(B) | 185.45º | 0.1% | 0.88% | - |
| XYZ | 63.93 | 70.18 | 80.7 | - |
| YUV | 216.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 224 | 0.10 | 0.01 | 0 | 0.12 | 185.45 | 0.26 | 0.84 |
| Hex | CA | DE | E0 | A | 1 | 0 | C | B9 | 1A | 54 |
| Octal | 312 | 336 | 340 | 12 | 1 | 0 | 14 | 271 | 32 | 124 |
| Binary | 11001010 | 11011110 | 11100000 | 1010 | 1 | 0 | 1100 | 10111001 | 11010 | 1010100 |
Color Harmonies of #CADEE0
Complementary color
Monochromatic Colors of #CADEE0
Black with #CADEE0
Text Example
Text Example
White with #CADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEE0; }
p { color: rgb(202,222,224); }
H1.HeaderClassName
{
color: #CADEE0;
}
.AnyTagClassName
{
color: #CADEE0;
}
</style>
background-color css
<style>
a { background-color: #CADEE0; }
a { background-color: rgb(202,222,224); }
div.DivClassName
{
background-color: #CADEE0;
}
.BgClassName
{
background-color: #CADEE0;
}
</style>
border-color css
<style>
span { border-color: #CADEE0; }
span { border-color: rgb(202,222,224); }
td.TdClassName
{
border-color: #CADEE0;
}
.TagClassName
{
border-color: #CADEE0;
}
</style>