Shades of Mabel #CAE0DF
Tints of Mabel #CAE0DF
RGB
CMYK
RGB Variations
Color information
#CAE0DF (or 0xCAE0DF) is known color: Mabel. HEX triplet: CA, E0 and DF. RGB value is (202,224,223). Sum of RGB (Red+Green+Blue) = 202+224+223=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0DF is #351F20. Grayscale: #D9D9D9. Windows color (decimal): -3481377 or 14672074. OLE color: 14672074.
HSL color Cylindrical-coordinate representation of color #CAE0DF: hue angle of 177.27º 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 #CAE0DF is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 223 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.12 |
| HSL | 177.27º | 0.26% | 0.84% | - |
| HSV(B) | 177.27º | 0.1% | 0.88% | - |
| XYZ | 64.33 | 71.2 | 80.16 | - |
| YUV | 217.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 223 | 0.10 | 0 | 0.00 | 0.12 | 177.27 | 0.26 | 0.84 |
| Hex | CA | E0 | DF | A | 0 | 0 | C | B1 | 1A | 54 |
| Octal | 312 | 340 | 337 | 12 | 0 | 0 | 14 | 261 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11011111 | 1010 | 0 | 0 | 1100 | 10110001 | 11010 | 1010100 |
Color Harmonies of #CAE0DF
Complementary color
Monochromatic Colors of #CAE0DF
Black with #CAE0DF
Text Example
Text Example
White with #CAE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0DF; }
p { color: rgb(202,224,223); }
H1.HeaderClassName
{
color: #CAE0DF;
}
.AnyTagClassName
{
color: #CAE0DF;
}
</style>
background-color css
<style>
a { background-color: #CAE0DF; }
a { background-color: rgb(202,224,223); }
div.DivClassName
{
background-color: #CAE0DF;
}
.BgClassName
{
background-color: #CAE0DF;
}
</style>
border-color css
<style>
span { border-color: #CAE0DF; }
span { border-color: rgb(202,224,223); }
td.TdClassName
{
border-color: #CAE0DF;
}
.TagClassName
{
border-color: #CAE0DF;
}
</style>