Shades of Mabel #CAEBEC
Tints of Mabel #CAEBEC
RGB
CMYK
RGB Variations
Color information
#CAEBEC (or 0xCAEBEC) is known color: Mabel. HEX triplet: CA, EB and EC. RGB value is (202,235,236). Sum of RGB (Red+Green+Blue) = 202+235+236=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBEC is #351413. Grayscale: #E1E1E1. Windows color (decimal): -3478548 or 15526858. OLE color: 15526858.
HSL color Cylindrical-coordinate representation of color #CAEBEC: hue angle of 181.76º 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 #CAEBEC is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 235 | 236 | - |
CMYK | 0.14 | 0.00 | 0 | 0.07 |
HSL | 181.76º | 0.47% | 0.86% | - |
HSV(B) | 181.76º | 0.14% | 0.93% | - |
XYZ | 69.21 | 78.03 | 90.77 | - |
YUV | 225.25 | 134.07 | 111.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 235 | 236 | 0.14 | 0.00 | 0 | 0.07 | 181.76 | 0.47 | 0.86 |
Hex | CA | EB | EC | E | 0 | 0 | 7 | B6 | 2F | 56 |
Octal | 312 | 353 | 354 | 16 | 0 | 0 | 7 | 266 | 57 | 126 |
Binary | 11001010 | 11101011 | 11101100 | 1110 | 0 | 0 | 111 | 10110110 | 101111 | 1010110 |
Color Harmonies of #CAEBEC
Complementary color
Monochromatic Colors of #CAEBEC
Black with #CAEBEC
Text Example
Text Example
White with #CAEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBEC; }
p { color: rgb(202,235,236); }
H1.HeaderClassName
{
color: #CAEBEC;
}
.AnyTagClassName
{
color: #CAEBEC;
}
</style>
background-color css
<style>
a { background-color: #CAEBEC; }
a { background-color: rgb(202,235,236); }
div.DivClassName
{
background-color: #CAEBEC;
}
.BgClassName
{
background-color: #CAEBEC;
}
</style>
border-color css
<style>
span { border-color: #CAEBEC; }
span { border-color: rgb(202,235,236); }
td.TdClassName
{
border-color: #CAEBEC;
}
.TagClassName
{
border-color: #CAEBEC;
}
</style>