Shades of Pear #DEE223
Tints of Pear #DEE223
RGB
CMYK
RGB Variations
Color information
#DEE223 (or 0xDEE223) is known color: Pear. HEX triplet: DE, E2 and 23. RGB value is (222,226,35). Sum of RGB (Red+Green+Blue) = 222+226+35=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE223 is #211DDC. Grayscale: #CBCBCB. Windows color (decimal): -2170333 or 2351838. OLE color: 2351838.
HSL color Cylindrical-coordinate representation of color #DEE223: hue angle of 61.26º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE223 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 35 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.11 |
| HSL | 61.26º | 0.77% | 0.51% | - |
| HSV(B) | 61.26º | 0.85% | 0.89% | - |
| XYZ | 57.62 | 70.04 | 12.07 | - |
| YUV | 203.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 35 | 0.02 | 0 | 0.85 | 0.11 | 61.26 | 0.77 | 0.51 |
| Hex | DE | E2 | 23 | 2 | 0 | 55 | B | 3D | 4D | 33 |
| Octal | 336 | 342 | 43 | 2 | 0 | 125 | 13 | 75 | 115 | 63 |
| Binary | 11011110 | 11100010 | 100011 | 10 | 0 | 1010101 | 1011 | 111101 | 1001101 | 110011 |
Color Harmonies of #DEE223
Complementary color
Monochromatic Colors of #DEE223
Black with #DEE223
Text Example
Text Example
White with #DEE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE223; }
p { color: rgb(222,226,35); }
H1.HeaderClassName
{
color: #DEE223;
}
.AnyTagClassName
{
color: #DEE223;
}
</style>
background-color css
<style>
a { background-color: #DEE223; }
a { background-color: rgb(222,226,35); }
div.DivClassName
{
background-color: #DEE223;
}
.BgClassName
{
background-color: #DEE223;
}
</style>
border-color css
<style>
span { border-color: #DEE223; }
span { border-color: rgb(222,226,35); }
td.TdClassName
{
border-color: #DEE223;
}
.TagClassName
{
border-color: #DEE223;
}
</style>