Shades of Mabel #CADEDF
Tints of Mabel #CADEDF
RGB
CMYK
RGB Variations
Color information
#CADEDF (or 0xCADEDF) is known color: Mabel. HEX triplet: CA, DE and DF. RGB value is (202,222,223). Sum of RGB (Red+Green+Blue) = 202+222+223=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #CADEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEDF is #352120. Grayscale: #D8D8D8. Windows color (decimal): -3481889 or 14671562. OLE color: 14671562.
HSL color Cylindrical-coordinate representation of color #CADEDF: hue angle of 182.86º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADEDF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 223 | - |
CMYK | 0.09 | 0.00 | 0 | 0.13 |
HSL | 182.86º | 0.25% | 0.83% | - |
HSV(B) | 182.86º | 0.09% | 0.87% | - |
XYZ | 63.8 | 70.13 | 79.99 | - |
YUV | 216.13 | 131.87 | 117.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 223 | 0.09 | 0.00 | 0 | 0.13 | 182.86 | 0.25 | 0.83 |
Hex | CA | DE | DF | 9 | 0 | 0 | D | B7 | 19 | 53 |
Octal | 312 | 336 | 337 | 11 | 0 | 0 | 15 | 267 | 31 | 123 |
Binary | 11001010 | 11011110 | 11011111 | 1001 | 0 | 0 | 1101 | 10110111 | 11001 | 1010011 |
Color Harmonies of #CADEDF
Complementary color
Monochromatic Colors of #CADEDF
Black with #CADEDF
Text Example
Text Example
White with #CADEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEDF; }
p { color: rgb(202,222,223); }
H1.HeaderClassName
{
color: #CADEDF;
}
.AnyTagClassName
{
color: #CADEDF;
}
</style>
background-color css
<style>
a { background-color: #CADEDF; }
a { background-color: rgb(202,222,223); }
div.DivClassName
{
background-color: #CADEDF;
}
.BgClassName
{
background-color: #CADEDF;
}
</style>
border-color css
<style>
span { border-color: #CADEDF; }
span { border-color: rgb(202,222,223); }
td.TdClassName
{
border-color: #CADEDF;
}
.TagClassName
{
border-color: #CADEDF;
}
</style>