Shades of Mabel #CAECED
Tints of Mabel #CAECED
RGB
CMYK
RGB Variations
Color information
#CAECED (or 0xCAECED) is known color: Mabel. HEX triplet: CA, EC and ED. RGB value is (202,236,237). Sum of RGB (Red+Green+Blue) = 202+236+237=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECED is #351312. Grayscale: #E1E1E1. Windows color (decimal): -3478291 or 15592650. OLE color: 15592650.
HSL color Cylindrical-coordinate representation of color #CAECED: hue angle of 181.71º 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 #CAECED is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 237 | - |
CMYK | 0.15 | 0.00 | 0 | 0.07 |
HSL | 181.71º | 0.49% | 0.86% | - |
HSV(B) | 181.71º | 0.15% | 0.93% | - |
XYZ | 69.64 | 78.66 | 91.63 | - |
YUV | 225.95 | 134.24 | 110.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 237 | 0.15 | 0.00 | 0 | 0.07 | 181.71 | 0.49 | 0.86 |
Hex | CA | EC | ED | F | 0 | 0 | 7 | B6 | 31 | 56 |
Octal | 312 | 354 | 355 | 17 | 0 | 0 | 7 | 266 | 61 | 126 |
Binary | 11001010 | 11101100 | 11101101 | 1111 | 0 | 0 | 111 | 10110110 | 110001 | 1010110 |
Color Harmonies of #CAECED
Complementary color
Monochromatic Colors of #CAECED
Black with #CAECED
Text Example
Text Example
White with #CAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECED; }
p { color: rgb(202,236,237); }
H1.HeaderClassName
{
color: #CAECED;
}
.AnyTagClassName
{
color: #CAECED;
}
</style>
background-color css
<style>
a { background-color: #CAECED; }
a { background-color: rgb(202,236,237); }
div.DivClassName
{
background-color: #CAECED;
}
.BgClassName
{
background-color: #CAECED;
}
</style>
border-color css
<style>
span { border-color: #CAECED; }
span { border-color: rgb(202,236,237); }
td.TdClassName
{
border-color: #CAECED;
}
.TagClassName
{
border-color: #CAECED;
}
</style>