Shades of Primrose #DEE483
Tints of Primrose #DEE483
RGB
CMYK
RGB Variations
Color information
#DEE483 (or 0xDEE483) is known color: Primrose. HEX triplet: DE, E4 and 83. RGB value is (222,228,131). Sum of RGB (Red+Green+Blue) = 222+228+131=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE483 is #211B7C. Grayscale: #D7D7D7. Windows color (decimal): -2169725 or 8643806. OLE color: 8643806.
HSL color Cylindrical-coordinate representation of color #DEE483: hue angle of 63.71º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE483 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 131 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.11 |
| HSL | 63.71º | 0.64% | 0.7% | - |
| HSV(B) | 63.71º | 0.43% | 0.89% | - |
| XYZ | 61.96 | 72.66 | 32.23 | - |
| YUV | 215.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 131 | 0.03 | 0 | 0.43 | 0.11 | 63.71 | 0.64 | 0.7 |
| Hex | DE | E4 | 83 | 3 | 0 | 2B | B | 40 | 40 | 46 |
| Octal | 336 | 344 | 203 | 3 | 0 | 53 | 13 | 100 | 100 | 106 |
| Binary | 11011110 | 11100100 | 10000011 | 11 | 0 | 101011 | 1011 | 1000000 | 1000000 | 1000110 |
Color Harmonies of #DEE483
Complementary color
Monochromatic Colors of #DEE483
Black with #DEE483
Text Example
Text Example
White with #DEE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE483; }
p { color: rgb(222,228,131); }
H1.HeaderClassName
{
color: #DEE483;
}
.AnyTagClassName
{
color: #DEE483;
}
</style>
background-color css
<style>
a { background-color: #DEE483; }
a { background-color: rgb(222,228,131); }
div.DivClassName
{
background-color: #DEE483;
}
.BgClassName
{
background-color: #DEE483;
}
</style>
border-color css
<style>
span { border-color: #DEE483; }
span { border-color: rgb(222,228,131); }
td.TdClassName
{
border-color: #DEE483;
}
.TagClassName
{
border-color: #DEE483;
}
</style>