Shades of Mabel #CDE0E2
Tints of Mabel #CDE0E2
RGB
CMYK
RGB Variations
Color information
#CDE0E2 (or 0xCDE0E2) is known color: Mabel. HEX triplet: CD, E0 and E2. RGB value is (205,224,226). Sum of RGB (Red+Green+Blue) = 205+224+226=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDE0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0E2 is #321F1D. Grayscale: #DADADA. Windows color (decimal): -3284766 or 14868685. OLE color: 14868685.
HSL color Cylindrical-coordinate representation of color #CDE0E2: hue angle of 185.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0E2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 224 | 226 | - |
CMYK | 0.09 | 0.01 | 0 | 0.11 |
HSL | 185.71º | 0.27% | 0.85% | - |
HSV(B) | 185.71º | 0.09% | 0.89% | - |
XYZ | 65.56 | 71.78 | 82.35 | - |
YUV | 218.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 224 | 226 | 0.09 | 0.01 | 0 | 0.11 | 185.71 | 0.27 | 0.85 |
Hex | CD | E0 | E2 | 9 | 1 | 0 | B | BA | 1B | 55 |
Octal | 315 | 340 | 342 | 11 | 1 | 0 | 13 | 272 | 33 | 125 |
Binary | 11001101 | 11100000 | 11100010 | 1001 | 1 | 0 | 1011 | 10111010 | 11011 | 1010101 |
Color Harmonies of #CDE0E2
Complementary color
Monochromatic Colors of #CDE0E2
Black with #CDE0E2
Text Example
Text Example
White with #CDE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0E2; }
p { color: rgb(205,224,226); }
H1.HeaderClassName
{
color: #CDE0E2;
}
.AnyTagClassName
{
color: #CDE0E2;
}
</style>
background-color css
<style>
a { background-color: #CDE0E2; }
a { background-color: rgb(205,224,226); }
div.DivClassName
{
background-color: #CDE0E2;
}
.BgClassName
{
background-color: #CDE0E2;
}
</style>
border-color css
<style>
span { border-color: #CDE0E2; }
span { border-color: rgb(205,224,226); }
td.TdClassName
{
border-color: #CDE0E2;
}
.TagClassName
{
border-color: #CDE0E2;
}
</style>