Shades of Pear #DDEF1C
Tints of Pear #DDEF1C
RGB
CMYK
RGB Variations
Color information
#DDEF1C (or 0xDDEF1C) is known color: Pear. HEX triplet: DD, EF and 1C. RGB value is (221,239,28). Sum of RGB (Red+Green+Blue) = 221+239+28=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF1C is #2210E3. Grayscale: #D2D2D2. Windows color (decimal): -2232548 or 1896413. OLE color: 1896413.
HSL color Cylindrical-coordinate representation of color #DDEF1C: hue angle of 65.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDEF1C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.06 |
| HSL | 65.12º | 0.87% | 0.52% | - |
| HSV(B) | 65.12º | 0.88% | 0.94% | - |
| XYZ | 60.89 | 77.19 | 12.79 | - |
| YUV | 209.56 | 25.54 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 28 | 0.08 | 0 | 0.88 | 0.06 | 65.12 | 0.87 | 0.52 |
| Hex | DD | EF | 1C | 8 | 0 | 58 | 6 | 41 | 57 | 34 |
| Octal | 335 | 357 | 34 | 10 | 0 | 130 | 6 | 101 | 127 | 64 |
| Binary | 11011101 | 11101111 | 11100 | 1000 | 0 | 1011000 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DDEF1C
Complementary color
Monochromatic Colors of #DDEF1C
Black with #DDEF1C
Text Example
Text Example
White with #DDEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF1C; }
p { color: rgb(221,239,28); }
H1.HeaderClassName
{
color: #DDEF1C;
}
.AnyTagClassName
{
color: #DDEF1C;
}
</style>
background-color css
<style>
a { background-color: #DDEF1C; }
a { background-color: rgb(221,239,28); }
div.DivClassName
{
background-color: #DDEF1C;
}
.BgClassName
{
background-color: #DDEF1C;
}
</style>
border-color css
<style>
span { border-color: #DDEF1C; }
span { border-color: rgb(221,239,28); }
td.TdClassName
{
border-color: #DDEF1C;
}
.TagClassName
{
border-color: #DDEF1C;
}
</style>