Shades of Primrose #DEE383
Tints of Primrose #DEE383
RGB
CMYK
RGB Variations
Color information
#DEE383 (or 0xDEE383) is known color: Primrose. HEX triplet: DE, E3 and 83. RGB value is (222,227,131). Sum of RGB (Red+Green+Blue) = 222+227+131=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE383 is #211C7C. Grayscale: #D6D6D6. Windows color (decimal): -2169981 or 8643550. OLE color: 8643550.
HSL color Cylindrical-coordinate representation of color #DEE383: hue angle of 63.12º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE383 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 131 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 63.13º | 0.63% | 0.7% | - |
| HSV(B) | 63.13º | 0.42% | 0.89% | - |
| XYZ | 61.69 | 72.11 | 32.14 | - |
| YUV | 214.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 131 | 0.02 | 0 | 0.42 | 0.11 | 63.13 | 0.63 | 0.7 |
| Hex | DE | E3 | 83 | 2 | 0 | 2A | B | 3F | 3F | 46 |
| Octal | 336 | 343 | 203 | 2 | 0 | 52 | 13 | 77 | 77 | 106 |
| Binary | 11011110 | 11100011 | 10000011 | 10 | 0 | 101010 | 1011 | 111111 | 111111 | 1000110 |
Color Harmonies of #DEE383
Complementary color
Monochromatic Colors of #DEE383
Black with #DEE383
Text Example
Text Example
White with #DEE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE383; }
p { color: rgb(222,227,131); }
H1.HeaderClassName
{
color: #DEE383;
}
.AnyTagClassName
{
color: #DEE383;
}
</style>
background-color css
<style>
a { background-color: #DEE383; }
a { background-color: rgb(222,227,131); }
div.DivClassName
{
background-color: #DEE383;
}
.BgClassName
{
background-color: #DEE383;
}
</style>
border-color css
<style>
span { border-color: #DEE383; }
span { border-color: rgb(222,227,131); }
td.TdClassName
{
border-color: #DEE383;
}
.TagClassName
{
border-color: #DEE383;
}
</style>