Shades of Primrose #DDE190
Tints of Primrose #DDE190
RGB
CMYK
RGB Variations
Color information
#DDE190 (or 0xDDE190) is known color: Primrose. HEX triplet: DD, E1 and 90. RGB value is (221,225,144). Sum of RGB (Red+Green+Blue) = 221+225+144=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE190 is #221E6F. Grayscale: #D6D6D6. Windows color (decimal): -2236016 or 9495005. OLE color: 9495005.
HSL color Cylindrical-coordinate representation of color #DDE190: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDE190 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 144 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.12 |
| HSL | 62.96º | 0.57% | 0.72% | - |
| HSV(B) | 62.96º | 0.36% | 0.88% | - |
| XYZ | 61.78 | 71.24 | 36.88 | - |
| YUV | 214.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 144 | 0.02 | 0 | 0.36 | 0.12 | 62.96 | 0.57 | 0.72 |
| Hex | DD | E1 | 90 | 2 | 0 | 24 | C | 3F | 39 | 48 |
| Octal | 335 | 341 | 220 | 2 | 0 | 44 | 14 | 77 | 71 | 110 |
| Binary | 11011101 | 11100001 | 10010000 | 10 | 0 | 100100 | 1100 | 111111 | 111001 | 1001000 |
Color Harmonies of #DDE190
Complementary color
Monochromatic Colors of #DDE190
Black with #DDE190
Text Example
Text Example
White with #DDE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE190; }
p { color: rgb(221,225,144); }
H1.HeaderClassName
{
color: #DDE190;
}
.AnyTagClassName
{
color: #DDE190;
}
</style>
background-color css
<style>
a { background-color: #DDE190; }
a { background-color: rgb(221,225,144); }
div.DivClassName
{
background-color: #DDE190;
}
.BgClassName
{
background-color: #DDE190;
}
</style>
border-color css
<style>
span { border-color: #DDE190; }
span { border-color: rgb(221,225,144); }
td.TdClassName
{
border-color: #DDE190;
}
.TagClassName
{
border-color: #DDE190;
}
</style>