Shades of Mabel #CAECEA
Tints of Mabel #CAECEA
RGB
CMYK
RGB Variations
Color information
#CAECEA (or 0xCAECEA) is known color: Mabel. HEX triplet: CA, EC and EA. RGB value is (202,236,234). Sum of RGB (Red+Green+Blue) = 202+236+234=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECEA is #351315. Grayscale: #E1E1E1. Windows color (decimal): -3478294 or 15396042. OLE color: 15396042.
HSL color Cylindrical-coordinate representation of color #CAECEA: hue angle of 176.47º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECEA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 234 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.07 |
| HSL | 176.47º | 0.47% | 0.86% | - |
| HSV(B) | 176.47º | 0.14% | 0.93% | - |
| XYZ | 69.2 | 78.49 | 89.34 | - |
| YUV | 225.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 234 | 0.14 | 0 | 0.01 | 0.07 | 176.47 | 0.47 | 0.86 |
| Hex | CA | EC | EA | E | 0 | 1 | 7 | B0 | 2F | 56 |
| Octal | 312 | 354 | 352 | 16 | 0 | 1 | 7 | 260 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11101010 | 1110 | 0 | 1 | 111 | 10110000 | 101111 | 1010110 |
Color Harmonies of #CAECEA
Complementary color
Monochromatic Colors of #CAECEA
Black with #CAECEA
Text Example
Text Example
White with #CAECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECEA; }
p { color: rgb(202,236,234); }
H1.HeaderClassName
{
color: #CAECEA;
}
.AnyTagClassName
{
color: #CAECEA;
}
</style>
background-color css
<style>
a { background-color: #CAECEA; }
a { background-color: rgb(202,236,234); }
div.DivClassName
{
background-color: #CAECEA;
}
.BgClassName
{
background-color: #CAECEA;
}
</style>
border-color css
<style>
span { border-color: #CAECEA; }
span { border-color: rgb(202,236,234); }
td.TdClassName
{
border-color: #CAECEA;
}
.TagClassName
{
border-color: #CAECEA;
}
</style>