Shades of Pear #DEE215
Tints of Pear #DEE215
RGB
CMYK
RGB Variations
Color information
#DEE215 (or 0xDEE215) is known color: Pear. HEX triplet: DE, E2 and 15. RGB value is (222,226,21). Sum of RGB (Red+Green+Blue) = 222+226+21=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE215 is #211DEA. Grayscale: #CACACA. Windows color (decimal): -2170347 or 1434334. OLE color: 1434334.
HSL color Cylindrical-coordinate representation of color #DEE215: hue angle of 61.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE215 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.11 |
| HSL | 61.17º | 0.83% | 0.48% | - |
| HSV(B) | 61.17º | 0.91% | 0.89% | - |
| XYZ | 57.46 | 69.98 | 11.19 | - |
| YUV | 201.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 21 | 0.02 | 0 | 0.91 | 0.11 | 61.17 | 0.83 | 0.48 |
| Hex | DE | E2 | 15 | 2 | 0 | 5B | B | 3D | 53 | 30 |
| Octal | 336 | 342 | 25 | 2 | 0 | 133 | 13 | 75 | 123 | 60 |
| Binary | 11011110 | 11100010 | 10101 | 10 | 0 | 1011011 | 1011 | 111101 | 1010011 | 110000 |
Color Harmonies of #DEE215
Complementary color
Monochromatic Colors of #DEE215
Black with #DEE215
Text Example
Text Example
White with #DEE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE215; }
p { color: rgb(222,226,21); }
H1.HeaderClassName
{
color: #DEE215;
}
.AnyTagClassName
{
color: #DEE215;
}
</style>
background-color css
<style>
a { background-color: #DEE215; }
a { background-color: rgb(222,226,21); }
div.DivClassName
{
background-color: #DEE215;
}
.BgClassName
{
background-color: #DEE215;
}
</style>
border-color css
<style>
span { border-color: #DEE215; }
span { border-color: rgb(222,226,21); }
td.TdClassName
{
border-color: #DEE215;
}
.TagClassName
{
border-color: #DEE215;
}
</style>