Shades of Mabel #CAEDEF
Tints of Mabel #CAEDEF
RGB
CMYK
RGB Variations
Color information
#CAEDEF (or 0xCAEDEF) is known color: Mabel. HEX triplet: CA, ED and EF. RGB value is (202,237,239). Sum of RGB (Red+Green+Blue) = 202+237+239=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDEF is #351210. Grayscale: #E2E2E2. Windows color (decimal): -3478033 or 15723978. OLE color: 15723978.
HSL color Cylindrical-coordinate representation of color #CAEDEF: hue angle of 183.24º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDEF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 237 | 239 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.06 |
| HSL | 183.24º | 0.54% | 0.86% | - |
| HSV(B) | 183.24º | 0.15% | 0.94% | - |
| XYZ | 70.22 | 79.36 | 93.28 | - |
| YUV | 226.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 239 | 0.15 | 0.01 | 0 | 0.06 | 183.24 | 0.54 | 0.86 |
| Hex | CA | ED | EF | F | 1 | 0 | 6 | B7 | 36 | 56 |
| Octal | 312 | 355 | 357 | 17 | 1 | 0 | 6 | 267 | 66 | 126 |
| Binary | 11001010 | 11101101 | 11101111 | 1111 | 1 | 0 | 110 | 10110111 | 110110 | 1010110 |
Color Harmonies of #CAEDEF
Complementary color
Monochromatic Colors of #CAEDEF
Black with #CAEDEF
Text Example
Text Example
White with #CAEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDEF; }
p { color: rgb(202,237,239); }
H1.HeaderClassName
{
color: #CAEDEF;
}
.AnyTagClassName
{
color: #CAEDEF;
}
</style>
background-color css
<style>
a { background-color: #CAEDEF; }
a { background-color: rgb(202,237,239); }
div.DivClassName
{
background-color: #CAEDEF;
}
.BgClassName
{
background-color: #CAEDEF;
}
</style>
border-color css
<style>
span { border-color: #CAEDEF; }
span { border-color: rgb(202,237,239); }
td.TdClassName
{
border-color: #CAEDEF;
}
.TagClassName
{
border-color: #CAEDEF;
}
</style>