Shades of Mabel #CAE7EA
Tints of Mabel #CAE7EA
RGB
CMYK
RGB Variations
Color information
#CAE7EA (or 0xCAE7EA) is known color: Mabel. HEX triplet: CA, E7 and EA. RGB value is (202,231,234). Sum of RGB (Red+Green+Blue) = 202+231+234=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE7EA is #351815. Grayscale: #DEDEDE. Windows color (decimal): -3479574 or 15394762. OLE color: 15394762.
HSL color Cylindrical-coordinate representation of color #CAE7EA: hue angle of 185.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE7EA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 231 | 234 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.08 |
| HSL | 185.63º | 0.43% | 0.85% | - |
| HSV(B) | 185.63º | 0.14% | 0.92% | - |
| XYZ | 67.78 | 75.65 | 88.87 | - |
| YUV | 222.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 234 | 0.14 | 0.01 | 0 | 0.08 | 185.63 | 0.43 | 0.85 |
| Hex | CA | E7 | EA | E | 1 | 0 | 8 | BA | 2B | 55 |
| Octal | 312 | 347 | 352 | 16 | 1 | 0 | 10 | 272 | 53 | 125 |
| Binary | 11001010 | 11100111 | 11101010 | 1110 | 1 | 0 | 1000 | 10111010 | 101011 | 1010101 |
Color Harmonies of #CAE7EA
Complementary color
Monochromatic Colors of #CAE7EA
Black with #CAE7EA
Text Example
Text Example
White with #CAE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7EA; }
p { color: rgb(202,231,234); }
H1.HeaderClassName
{
color: #CAE7EA;
}
.AnyTagClassName
{
color: #CAE7EA;
}
</style>
background-color css
<style>
a { background-color: #CAE7EA; }
a { background-color: rgb(202,231,234); }
div.DivClassName
{
background-color: #CAE7EA;
}
.BgClassName
{
background-color: #CAE7EA;
}
</style>
border-color css
<style>
span { border-color: #CAE7EA; }
span { border-color: rgb(202,231,234); }
td.TdClassName
{
border-color: #CAE7EA;
}
.TagClassName
{
border-color: #CAE7EA;
}
</style>