Shades of Pear #DDE213
Tints of Pear #DDE213
RGB
CMYK
RGB Variations
Color information
#DDE213 (or 0xDDE213) is known color: Pear. HEX triplet: DD, E2 and 13. RGB value is (221,226,19). Sum of RGB (Red+Green+Blue) = 221+226+19=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE213 is #221DEC. Grayscale: #C9C9C9. Windows color (decimal): -2235885 or 1303261. OLE color: 1303261.
HSL color Cylindrical-coordinate representation of color #DDE213: hue angle of 61.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDE213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.11 |
| HSL | 61.45º | 0.84% | 0.48% | - |
| HSV(B) | 61.45º | 0.92% | 0.89% | - |
| XYZ | 57.13 | 69.81 | 11.08 | - |
| YUV | 200.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 19 | 0.02 | 0 | 0.92 | 0.11 | 61.45 | 0.84 | 0.48 |
| Hex | DD | E2 | 13 | 2 | 0 | 5C | B | 3D | 54 | 30 |
| Octal | 335 | 342 | 23 | 2 | 0 | 134 | 13 | 75 | 124 | 60 |
| Binary | 11011101 | 11100010 | 10011 | 10 | 0 | 1011100 | 1011 | 111101 | 1010100 | 110000 |
Color Harmonies of #DDE213
Complementary color
Monochromatic Colors of #DDE213
Black with #DDE213
Text Example
Text Example
White with #DDE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE213; }
p { color: rgb(221,226,19); }
H1.HeaderClassName
{
color: #DDE213;
}
.AnyTagClassName
{
color: #DDE213;
}
</style>
background-color css
<style>
a { background-color: #DDE213; }
a { background-color: rgb(221,226,19); }
div.DivClassName
{
background-color: #DDE213;
}
.BgClassName
{
background-color: #DDE213;
}
</style>
border-color css
<style>
span { border-color: #DDE213; }
span { border-color: rgb(221,226,19); }
td.TdClassName
{
border-color: #DDE213;
}
.TagClassName
{
border-color: #DDE213;
}
</style>