Shades of Pear #DEED2E
Tints of Pear #DEED2E
RGB
CMYK
RGB Variations
Color information
#DEED2E (or 0xDEED2E) is known color: Pear. HEX triplet: DE, ED and 2E. RGB value is (222,237,46). Sum of RGB (Red+Green+Blue) = 222+237+46=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED2E is #2112D1. Grayscale: #D3D3D3. Windows color (decimal): -2167506 or 3075550. OLE color: 3075550.
HSL color Cylindrical-coordinate representation of color #DEED2E: hue angle of 64.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEED2E is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 46 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.71º | 0.84% | 0.55% | - |
| HSV(B) | 64.71º | 0.81% | 0.93% | - |
| XYZ | 60.9 | 76.3 | 14.1 | - |
| YUV | 210.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 46 | 0.06 | 0 | 0.81 | 0.07 | 64.71 | 0.84 | 0.55 |
| Hex | DE | ED | 2E | 6 | 0 | 51 | 7 | 41 | 54 | 37 |
| Octal | 336 | 355 | 56 | 6 | 0 | 121 | 7 | 101 | 124 | 67 |
| Binary | 11011110 | 11101101 | 101110 | 110 | 0 | 1010001 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DEED2E
Complementary color
Monochromatic Colors of #DEED2E
Black with #DEED2E
Text Example
Text Example
White with #DEED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED2E; }
p { color: rgb(222,237,46); }
H1.HeaderClassName
{
color: #DEED2E;
}
.AnyTagClassName
{
color: #DEED2E;
}
</style>
background-color css
<style>
a { background-color: #DEED2E; }
a { background-color: rgb(222,237,46); }
div.DivClassName
{
background-color: #DEED2E;
}
.BgClassName
{
background-color: #DEED2E;
}
</style>
border-color css
<style>
span { border-color: #DEED2E; }
span { border-color: rgb(222,237,46); }
td.TdClassName
{
border-color: #DEED2E;
}
.TagClassName
{
border-color: #DEED2E;
}
</style>