Shades of Pear #DBEE3D
Tints of Pear #DBEE3D
RGB
CMYK
RGB Variations
Color information
#DBEE3D (or 0xDBEE3D) is known color: Pear. HEX triplet: DB, EE and 3D. RGB value is (219,238,61). Sum of RGB (Red+Green+Blue) = 219+238+61=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE3D is #2411C2. Grayscale: #D4D4D4. Windows color (decimal): -2363843 or 4058843. OLE color: 4058843.
HSL color Cylindrical-coordinate representation of color #DBEE3D: hue angle of 66.44º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEE3D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 61 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.07 |
| HSL | 66.44º | 0.84% | 0.59% | - |
| HSV(B) | 66.44º | 0.74% | 0.93% | - |
| XYZ | 60.63 | 76.55 | 15.99 | - |
| YUV | 212.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 61 | 0.08 | 0 | 0.74 | 0.07 | 66.44 | 0.84 | 0.59 |
| Hex | DB | EE | 3D | 8 | 0 | 4A | 7 | 42 | 54 | 3B |
| Octal | 333 | 356 | 75 | 10 | 0 | 112 | 7 | 102 | 124 | 73 |
| Binary | 11011011 | 11101110 | 111101 | 1000 | 0 | 1001010 | 111 | 1000010 | 1010100 | 111011 |
Color Harmonies of #DBEE3D
Complementary color
Monochromatic Colors of #DBEE3D
Black with #DBEE3D
Text Example
Text Example
White with #DBEE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE3D; }
p { color: rgb(219,238,61); }
H1.HeaderClassName
{
color: #DBEE3D;
}
.AnyTagClassName
{
color: #DBEE3D;
}
</style>
background-color css
<style>
a { background-color: #DBEE3D; }
a { background-color: rgb(219,238,61); }
div.DivClassName
{
background-color: #DBEE3D;
}
.BgClassName
{
background-color: #DBEE3D;
}
</style>
border-color css
<style>
span { border-color: #DBEE3D; }
span { border-color: rgb(219,238,61); }
td.TdClassName
{
border-color: #DBEE3D;
}
.TagClassName
{
border-color: #DBEE3D;
}
</style>