Shades of Pear #D1E446
Tints of Pear #D1E446
RGB
CMYK
RGB Variations
Color information
#D1E446 (or 0xD1E446) is known color: Pear. HEX triplet: D1, E4 and 46. RGB value is (209,228,70). Sum of RGB (Red+Green+Blue) = 209+228+70=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E446 is #2E1BB9. Grayscale: #CCCCCC. Windows color (decimal): -3021754 or 4646097. OLE color: 4646097.
HSL color Cylindrical-coordinate representation of color #D1E446: hue angle of 67.22º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1E446 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 70 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.11 |
| HSL | 67.22º | 0.75% | 0.58% | - |
| HSV(B) | 67.22º | 0.69% | 0.89% | - |
| XYZ | 55.14 | 69.48 | 16.3 | - |
| YUV | 204.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 70 | 0.08 | 0 | 0.69 | 0.11 | 67.22 | 0.75 | 0.58 |
| Hex | D1 | E4 | 46 | 8 | 0 | 45 | B | 43 | 4B | 3A |
| Octal | 321 | 344 | 106 | 10 | 0 | 105 | 13 | 103 | 113 | 72 |
| Binary | 11010001 | 11100100 | 1000110 | 1000 | 0 | 1000101 | 1011 | 1000011 | 1001011 | 111010 |
Color Harmonies of #D1E446
Complementary color
Monochromatic Colors of #D1E446
Black with #D1E446
Text Example
Text Example
White with #D1E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E446; }
p { color: rgb(209,228,70); }
H1.HeaderClassName
{
color: #D1E446;
}
.AnyTagClassName
{
color: #D1E446;
}
</style>
background-color css
<style>
a { background-color: #D1E446; }
a { background-color: rgb(209,228,70); }
div.DivClassName
{
background-color: #D1E446;
}
.BgClassName
{
background-color: #D1E446;
}
</style>
border-color css
<style>
span { border-color: #D1E446; }
span { border-color: rgb(209,228,70); }
td.TdClassName
{
border-color: #D1E446;
}
.TagClassName
{
border-color: #D1E446;
}
</style>