Shades of Mabel #CAE1E2
Tints of Mabel #CAE1E2
RGB
CMYK
RGB Variations
Color information
#CAE1E2 (or 0xCAE1E2) is known color: Mabel. HEX triplet: CA, E1 and E2. RGB value is (202,225,226). Sum of RGB (Red+Green+Blue) = 202+225+226=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAE1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1E2 is #351E1D. Grayscale: #DADADA. Windows color (decimal): -3481118 or 14868938. OLE color: 14868938.
HSL color Cylindrical-coordinate representation of color #CAE1E2: hue angle of 182.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE1E2 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 225 | 226 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.11 |
| HSL | 182.5º | 0.29% | 0.84% | - |
| HSV(B) | 182.5º | 0.11% | 0.89% | - |
| XYZ | 65.01 | 71.9 | 82.4 | - |
| YUV | 218.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 226 | 0.11 | 0.00 | 0 | 0.11 | 182.5 | 0.29 | 0.84 |
| Hex | CA | E1 | E2 | B | 0 | 0 | B | B6 | 1D | 54 |
| Octal | 312 | 341 | 342 | 13 | 0 | 0 | 13 | 266 | 35 | 124 |
| Binary | 11001010 | 11100001 | 11100010 | 1011 | 0 | 0 | 1011 | 10110110 | 11101 | 1010100 |
Color Harmonies of #CAE1E2
Complementary color
Monochromatic Colors of #CAE1E2
Black with #CAE1E2
Text Example
Text Example
White with #CAE1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1E2; }
p { color: rgb(202,225,226); }
H1.HeaderClassName
{
color: #CAE1E2;
}
.AnyTagClassName
{
color: #CAE1E2;
}
</style>
background-color css
<style>
a { background-color: #CAE1E2; }
a { background-color: rgb(202,225,226); }
div.DivClassName
{
background-color: #CAE1E2;
}
.BgClassName
{
background-color: #CAE1E2;
}
</style>
border-color css
<style>
span { border-color: #CAE1E2; }
span { border-color: rgb(202,225,226); }
td.TdClassName
{
border-color: #CAE1E2;
}
.TagClassName
{
border-color: #CAE1E2;
}
</style>