Shades of Pear #DCEE2B
Tints of Pear #DCEE2B
RGB
CMYK
RGB Variations
Color information
#DCEE2B (or 0xDCEE2B) is known color: Pear. HEX triplet: DC, EE and 2B. RGB value is (220,238,43). Sum of RGB (Red+Green+Blue) = 220+238+43=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE2B is #2311D4. Grayscale: #D3D3D3. Windows color (decimal): -2298325 or 2879196. OLE color: 2879196.
HSL color Cylindrical-coordinate representation of color #DCEE2B: hue angle of 65.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCEE2B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 43 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.07 |
| HSL | 65.54º | 0.85% | 0.55% | - |
| HSV(B) | 65.54º | 0.82% | 0.93% | - |
| XYZ | 60.53 | 76.54 | 13.87 | - |
| YUV | 210.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 43 | 0.08 | 0 | 0.82 | 0.07 | 65.54 | 0.85 | 0.55 |
| Hex | DC | EE | 2B | 8 | 0 | 52 | 7 | 42 | 55 | 37 |
| Octal | 334 | 356 | 53 | 10 | 0 | 122 | 7 | 102 | 125 | 67 |
| Binary | 11011100 | 11101110 | 101011 | 1000 | 0 | 1010010 | 111 | 1000010 | 1010101 | 110111 |
Color Harmonies of #DCEE2B
Complementary color
Monochromatic Colors of #DCEE2B
Black with #DCEE2B
Text Example
Text Example
White with #DCEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE2B; }
p { color: rgb(220,238,43); }
H1.HeaderClassName
{
color: #DCEE2B;
}
.AnyTagClassName
{
color: #DCEE2B;
}
</style>
background-color css
<style>
a { background-color: #DCEE2B; }
a { background-color: rgb(220,238,43); }
div.DivClassName
{
background-color: #DCEE2B;
}
.BgClassName
{
background-color: #DCEE2B;
}
</style>
border-color css
<style>
span { border-color: #DCEE2B; }
span { border-color: rgb(220,238,43); }
td.TdClassName
{
border-color: #DCEE2B;
}
.TagClassName
{
border-color: #DCEE2B;
}
</style>