Shades of Mabel #CAEAED
Tints of Mabel #CAEAED
RGB
CMYK
RGB Variations
Color information
#CAEAED (or 0xCAEAED) is known color: Mabel. HEX triplet: CA, EA and ED. RGB value is (202,234,237). Sum of RGB (Red+Green+Blue) = 202+234+237=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAED is #351512. Grayscale: #E0E0E0. Windows color (decimal): -3478803 or 15592138. OLE color: 15592138.
HSL color Cylindrical-coordinate representation of color #CAEAED: hue angle of 185.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEAED is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 234 | 237 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.07 |
| HSL | 185.14º | 0.49% | 0.86% | - |
| HSV(B) | 185.14º | 0.15% | 0.93% | - |
| XYZ | 69.07 | 77.52 | 91.44 | - |
| YUV | 224.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 237 | 0.15 | 0.01 | 0 | 0.07 | 185.14 | 0.49 | 0.86 |
| Hex | CA | EA | ED | F | 1 | 0 | 7 | B9 | 31 | 56 |
| Octal | 312 | 352 | 355 | 17 | 1 | 0 | 7 | 271 | 61 | 126 |
| Binary | 11001010 | 11101010 | 11101101 | 1111 | 1 | 0 | 111 | 10111001 | 110001 | 1010110 |
Color Harmonies of #CAEAED
Complementary color
Monochromatic Colors of #CAEAED
Black with #CAEAED
Text Example
Text Example
White with #CAEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAED; }
p { color: rgb(202,234,237); }
H1.HeaderClassName
{
color: #CAEAED;
}
.AnyTagClassName
{
color: #CAEAED;
}
</style>
background-color css
<style>
a { background-color: #CAEAED; }
a { background-color: rgb(202,234,237); }
div.DivClassName
{
background-color: #CAEAED;
}
.BgClassName
{
background-color: #CAEAED;
}
</style>
border-color css
<style>
span { border-color: #CAEAED; }
span { border-color: rgb(202,234,237); }
td.TdClassName
{
border-color: #CAEAED;
}
.TagClassName
{
border-color: #CAEAED;
}
</style>