Shades of Mabel #CAE8E6
Tints of Mabel #CAE8E6
RGB
CMYK
RGB Variations
Color information
#CAE8E6 (or 0xCAE8E6) is known color: Mabel. HEX triplet: CA, E8 and E6. RGB value is (202,232,230). Sum of RGB (Red+Green+Blue) = 202+232+230=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8E6 is #351719. Grayscale: #DEDEDE. Windows color (decimal): -3479322 or 15132874. OLE color: 15132874.
HSL color Cylindrical-coordinate representation of color #CAE8E6: hue angle of 176º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8E6 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 230 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.09 |
| HSL | 176º | 0.39% | 0.85% | - |
| HSV(B) | 176º | 0.13% | 0.91% | - |
| XYZ | 67.5 | 75.98 | 85.97 | - |
| YUV | 222.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 230 | 0.13 | 0 | 0.01 | 0.09 | 176 | 0.39 | 0.85 |
| Hex | CA | E8 | E6 | D | 0 | 1 | 9 | B0 | 27 | 55 |
| Octal | 312 | 350 | 346 | 15 | 0 | 1 | 11 | 260 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11100110 | 1101 | 0 | 1 | 1001 | 10110000 | 100111 | 1010101 |
Color Harmonies of #CAE8E6
Complementary color
Monochromatic Colors of #CAE8E6
Black with #CAE8E6
Text Example
Text Example
White with #CAE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8E6; }
p { color: rgb(202,232,230); }
H1.HeaderClassName
{
color: #CAE8E6;
}
.AnyTagClassName
{
color: #CAE8E6;
}
</style>
background-color css
<style>
a { background-color: #CAE8E6; }
a { background-color: rgb(202,232,230); }
div.DivClassName
{
background-color: #CAE8E6;
}
.BgClassName
{
background-color: #CAE8E6;
}
</style>
border-color css
<style>
span { border-color: #CAE8E6; }
span { border-color: rgb(202,232,230); }
td.TdClassName
{
border-color: #CAE8E6;
}
.TagClassName
{
border-color: #CAE8E6;
}
</style>