Shades of Mabel #CAE6E6
Tints of Mabel #CAE6E6
RGB
CMYK
RGB Variations
Color information
#CAE6E6 (or 0xCAE6E6) is known color: Mabel. HEX triplet: CA, E6 and E6. RGB value is (202,230,230). Sum of RGB (Red+Green+Blue) = 202+230+230=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #CAE6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6E6 is #351919. Grayscale: #DDDDDD. Windows color (decimal): -3479834 or 15132362. OLE color: 15132362.
HSL color Cylindrical-coordinate representation of color #CAE6E6: hue angle of 180º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6E6 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 230 | - |
| CMYK | 0.12 | 0 | 0 | 0.10 |
| HSL | 180º | 0.36% | 0.85% | - |
| HSV(B) | 180º | 0.12% | 0.9% | - |
| XYZ | 66.94 | 74.86 | 85.79 | - |
| YUV | 221.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 230 | 0.12 | 0 | 0 | 0.10 | 180 | 0.36 | 0.85 |
| Hex | CA | E6 | E6 | C | 0 | 0 | A | B4 | 24 | 55 |
| Octal | 312 | 346 | 346 | 14 | 0 | 0 | 12 | 264 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11100110 | 1100 | 0 | 0 | 1010 | 10110100 | 100100 | 1010101 |
Color Harmonies of #CAE6E6
Complementary color
Monochromatic Colors of #CAE6E6
Black with #CAE6E6
Text Example
Text Example
White with #CAE6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6E6; }
p { color: rgb(202,230,230); }
H1.HeaderClassName
{
color: #CAE6E6;
}
.AnyTagClassName
{
color: #CAE6E6;
}
</style>
background-color css
<style>
a { background-color: #CAE6E6; }
a { background-color: rgb(202,230,230); }
div.DivClassName
{
background-color: #CAE6E6;
}
.BgClassName
{
background-color: #CAE6E6;
}
</style>
border-color css
<style>
span { border-color: #CAE6E6; }
span { border-color: rgb(202,230,230); }
td.TdClassName
{
border-color: #CAE6E6;
}
.TagClassName
{
border-color: #CAE6E6;
}
</style>