Shades of Pear #DBED1F
Tints of Pear #DBED1F
RGB
CMYK
RGB Variations
Color information
#DBED1F (or 0xDBED1F) is known color: Pear. HEX triplet: DB, ED and 1F. RGB value is (219,237,31). Sum of RGB (Red+Green+Blue) = 219+237+31=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED1F is #2412E0. Grayscale: #D0D0D0. Windows color (decimal): -2364129 or 2092507. OLE color: 2092507.
HSL color Cylindrical-coordinate representation of color #DBED1F: hue angle of 65.24º degrees, saturation: 0.85, 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 #DBED1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.07 |
| HSL | 65.24º | 0.85% | 0.53% | - |
| HSV(B) | 65.24º | 0.87% | 0.93% | - |
| XYZ | 59.74 | 75.73 | 12.76 | - |
| YUV | 208.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 31 | 0.08 | 0 | 0.87 | 0.07 | 65.24 | 0.85 | 0.53 |
| Hex | DB | ED | 1F | 8 | 0 | 57 | 7 | 41 | 55 | 35 |
| Octal | 333 | 355 | 37 | 10 | 0 | 127 | 7 | 101 | 125 | 65 |
| Binary | 11011011 | 11101101 | 11111 | 1000 | 0 | 1010111 | 111 | 1000001 | 1010101 | 110101 |
Color Harmonies of #DBED1F
Complementary color
Monochromatic Colors of #DBED1F
Black with #DBED1F
Text Example
Text Example
White with #DBED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED1F; }
p { color: rgb(219,237,31); }
H1.HeaderClassName
{
color: #DBED1F;
}
.AnyTagClassName
{
color: #DBED1F;
}
</style>
background-color css
<style>
a { background-color: #DBED1F; }
a { background-color: rgb(219,237,31); }
div.DivClassName
{
background-color: #DBED1F;
}
.BgClassName
{
background-color: #DBED1F;
}
</style>
border-color css
<style>
span { border-color: #DBED1F; }
span { border-color: rgb(219,237,31); }
td.TdClassName
{
border-color: #DBED1F;
}
.TagClassName
{
border-color: #DBED1F;
}
</style>