Shades of Mabel #CAE4E6
Tints of Mabel #CAE4E6
RGB
CMYK
RGB Variations
Color information
#CAE4E6 (or 0xCAE4E6) is known color: Mabel. HEX triplet: CA, E4 and E6. RGB value is (202,228,230). Sum of RGB (Red+Green+Blue) = 202+228+230=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4E6 is #351B19. Grayscale: #DCDCDC. Windows color (decimal): -3480346 or 15131850. OLE color: 15131850.
HSL color Cylindrical-coordinate representation of color #CAE4E6: hue angle of 184.29º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE4E6 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 228 | 230 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.10 |
| HSL | 184.29º | 0.36% | 0.85% | - |
| HSV(B) | 184.29º | 0.12% | 0.9% | - |
| XYZ | 66.38 | 73.76 | 85.6 | - |
| YUV | 220.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 230 | 0.12 | 0.01 | 0 | 0.10 | 184.29 | 0.36 | 0.85 |
| Hex | CA | E4 | E6 | C | 1 | 0 | A | B8 | 24 | 55 |
| Octal | 312 | 344 | 346 | 14 | 1 | 0 | 12 | 270 | 44 | 125 |
| Binary | 11001010 | 11100100 | 11100110 | 1100 | 1 | 0 | 1010 | 10111000 | 100100 | 1010101 |
Color Harmonies of #CAE4E6
Complementary color
Monochromatic Colors of #CAE4E6
Black with #CAE4E6
Text Example
Text Example
White with #CAE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4E6; }
p { color: rgb(202,228,230); }
H1.HeaderClassName
{
color: #CAE4E6;
}
.AnyTagClassName
{
color: #CAE4E6;
}
</style>
background-color css
<style>
a { background-color: #CAE4E6; }
a { background-color: rgb(202,228,230); }
div.DivClassName
{
background-color: #CAE4E6;
}
.BgClassName
{
background-color: #CAE4E6;
}
</style>
border-color css
<style>
span { border-color: #CAE4E6; }
span { border-color: rgb(202,228,230); }
td.TdClassName
{
border-color: #CAE4E6;
}
.TagClassName
{
border-color: #CAE4E6;
}
</style>