Shades of Pear #DBEE1C
Tints of Pear #DBEE1C
RGB
CMYK
RGB Variations
Color information
#DBEE1C (or 0xDBEE1C) is known color: Pear. HEX triplet: DB, EE and 1C. RGB value is (219,238,28). Sum of RGB (Red+Green+Blue) = 219+238+28=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE1C is #2411E3. Grayscale: #D1D1D1. Windows color (decimal): -2363876 or 1896155. OLE color: 1896155.
HSL color Cylindrical-coordinate representation of color #DBEE1C: hue angle of 65.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBEE1C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.07 |
| HSL | 65.43º | 0.86% | 0.52% | - |
| HSV(B) | 65.43º | 0.88% | 0.93% | - |
| XYZ | 60 | 76.29 | 12.66 | - |
| YUV | 208.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 28 | 0.08 | 0 | 0.88 | 0.07 | 65.43 | 0.86 | 0.52 |
| Hex | DB | EE | 1C | 8 | 0 | 58 | 7 | 41 | 56 | 34 |
| Octal | 333 | 356 | 34 | 10 | 0 | 130 | 7 | 101 | 126 | 64 |
| Binary | 11011011 | 11101110 | 11100 | 1000 | 0 | 1011000 | 111 | 1000001 | 1010110 | 110100 |
Color Harmonies of #DBEE1C
Complementary color
Monochromatic Colors of #DBEE1C
Black with #DBEE1C
Text Example
Text Example
White with #DBEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE1C; }
p { color: rgb(219,238,28); }
H1.HeaderClassName
{
color: #DBEE1C;
}
.AnyTagClassName
{
color: #DBEE1C;
}
</style>
background-color css
<style>
a { background-color: #DBEE1C; }
a { background-color: rgb(219,238,28); }
div.DivClassName
{
background-color: #DBEE1C;
}
.BgClassName
{
background-color: #DBEE1C;
}
</style>
border-color css
<style>
span { border-color: #DBEE1C; }
span { border-color: rgb(219,238,28); }
td.TdClassName
{
border-color: #DBEE1C;
}
.TagClassName
{
border-color: #DBEE1C;
}
</style>