Shades of Pear #DEE928
Tints of Pear #DEE928
RGB
CMYK
RGB Variations
Color information
#DEE928 (or 0xDEE928) is known color: Pear. HEX triplet: DE, E9 and 28. RGB value is (222,233,40). Sum of RGB (Red+Green+Blue) = 222+233+40=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE928 is #2116D7. Grayscale: #D0D0D0. Windows color (decimal): -2168536 or 2681310. OLE color: 2681310.
HSL color Cylindrical-coordinate representation of color #DEE928: hue angle of 63.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE928 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 40 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.09 |
| HSL | 63.42º | 0.81% | 0.54% | - |
| HSV(B) | 63.42º | 0.83% | 0.91% | - |
| XYZ | 59.65 | 73.96 | 13.14 | - |
| YUV | 207.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 40 | 0.05 | 0 | 0.83 | 0.09 | 63.42 | 0.81 | 0.54 |
| Hex | DE | E9 | 28 | 5 | 0 | 53 | 9 | 3F | 51 | 36 |
| Octal | 336 | 351 | 50 | 5 | 0 | 123 | 11 | 77 | 121 | 66 |
| Binary | 11011110 | 11101001 | 101000 | 101 | 0 | 1010011 | 1001 | 111111 | 1010001 | 110110 |
Color Harmonies of #DEE928
Complementary color
Monochromatic Colors of #DEE928
Black with #DEE928
Text Example
Text Example
White with #DEE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE928; }
p { color: rgb(222,233,40); }
H1.HeaderClassName
{
color: #DEE928;
}
.AnyTagClassName
{
color: #DEE928;
}
</style>
background-color css
<style>
a { background-color: #DEE928; }
a { background-color: rgb(222,233,40); }
div.DivClassName
{
background-color: #DEE928;
}
.BgClassName
{
background-color: #DEE928;
}
</style>
border-color css
<style>
span { border-color: #DEE928; }
span { border-color: rgb(222,233,40); }
td.TdClassName
{
border-color: #DEE928;
}
.TagClassName
{
border-color: #DEE928;
}
</style>