Shades of Pear #DDEE1E
Tints of Pear #DDEE1E
RGB
CMYK
RGB Variations
Color information
#DDEE1E (or 0xDDEE1E) is known color: Pear. HEX triplet: DD, EE and 1E. RGB value is (221,238,30). Sum of RGB (Red+Green+Blue) = 221+238+30=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE1E is #2211E1. Grayscale: #D2D2D2. Windows color (decimal): -2232802 or 2027229. OLE color: 2027229.
HSL color Cylindrical-coordinate representation of color #DDEE1E: hue angle of 64.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDEE1E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 30 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.07 |
| HSL | 64.9º | 0.86% | 0.53% | - |
| HSV(B) | 64.9º | 0.87% | 0.93% | - |
| XYZ | 60.63 | 76.61 | 12.82 | - |
| YUV | 209.21 | 26.87 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 30 | 0.07 | 0 | 0.87 | 0.07 | 64.9 | 0.86 | 0.53 |
| Hex | DD | EE | 1E | 7 | 0 | 57 | 7 | 41 | 56 | 35 |
| Octal | 335 | 356 | 36 | 7 | 0 | 127 | 7 | 101 | 126 | 65 |
| Binary | 11011101 | 11101110 | 11110 | 111 | 0 | 1010111 | 111 | 1000001 | 1010110 | 110101 |
Color Harmonies of #DDEE1E
Complementary color
Monochromatic Colors of #DDEE1E
Black with #DDEE1E
Text Example
Text Example
White with #DDEE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE1E; }
p { color: rgb(221,238,30); }
H1.HeaderClassName
{
color: #DDEE1E;
}
.AnyTagClassName
{
color: #DDEE1E;
}
</style>
background-color css
<style>
a { background-color: #DDEE1E; }
a { background-color: rgb(221,238,30); }
div.DivClassName
{
background-color: #DDEE1E;
}
.BgClassName
{
background-color: #DDEE1E;
}
</style>
border-color css
<style>
span { border-color: #DDEE1E; }
span { border-color: rgb(221,238,30); }
td.TdClassName
{
border-color: #DDEE1E;
}
.TagClassName
{
border-color: #DDEE1E;
}
</style>