Shades of Pear #DFEE2D
Tints of Pear #DFEE2D
RGB
CMYK
RGB Variations
Color information
#DFEE2D (or 0xDFEE2D) is known color: Pear. HEX triplet: DF, EE and 2D. RGB value is (223,238,45). Sum of RGB (Red+Green+Blue) = 223+238+45=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE2D is #2011D2. Grayscale: #D4D4D4. Windows color (decimal): -2101715 or 3010271. OLE color: 3010271.
HSL color Cylindrical-coordinate representation of color #DFEE2D: hue angle of 64.66º degrees, saturation: 0.85, 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 #DFEE2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.66º | 0.85% | 0.55% | - |
| HSV(B) | 64.66º | 0.81% | 0.93% | - |
| XYZ | 61.48 | 77.03 | 14.11 | - |
| YUV | 211.51 | 34.03 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 45 | 0.06 | 0 | 0.81 | 0.07 | 64.66 | 0.85 | 0.55 |
| Hex | DF | EE | 2D | 6 | 0 | 51 | 7 | 41 | 55 | 37 |
| Octal | 337 | 356 | 55 | 6 | 0 | 121 | 7 | 101 | 125 | 67 |
| Binary | 11011111 | 11101110 | 101101 | 110 | 0 | 1010001 | 111 | 1000001 | 1010101 | 110111 |
Color Harmonies of #DFEE2D
Complementary color
Monochromatic Colors of #DFEE2D
Black with #DFEE2D
Text Example
Text Example
White with #DFEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE2D; }
p { color: rgb(223,238,45); }
H1.HeaderClassName
{
color: #DFEE2D;
}
.AnyTagClassName
{
color: #DFEE2D;
}
</style>
background-color css
<style>
a { background-color: #DFEE2D; }
a { background-color: rgb(223,238,45); }
div.DivClassName
{
background-color: #DFEE2D;
}
.BgClassName
{
background-color: #DFEE2D;
}
</style>
border-color css
<style>
span { border-color: #DFEE2D; }
span { border-color: rgb(223,238,45); }
td.TdClassName
{
border-color: #DFEE2D;
}
.TagClassName
{
border-color: #DFEE2D;
}
</style>