Shades of Primrose #DDE185
Tints of Primrose #DDE185
RGB
CMYK
RGB Variations
Color information
#DDE185 (or 0xDDE185) is known color: Primrose. HEX triplet: DD, E1 and 85. RGB value is (221,225,133). Sum of RGB (Red+Green+Blue) = 221+225+133=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE185 is #221E7A. Grayscale: #D5D5D5. Windows color (decimal): -2236027 or 8774109. OLE color: 8774109.
HSL color Cylindrical-coordinate representation of color #DDE185: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDE185 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 133 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.12 |
| HSL | 62.61º | 0.61% | 0.7% | - |
| HSV(B) | 62.61º | 0.41% | 0.88% | - |
| XYZ | 60.98 | 70.92 | 32.66 | - |
| YUV | 213.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 133 | 0.02 | 0 | 0.41 | 0.12 | 62.61 | 0.61 | 0.7 |
| Hex | DD | E1 | 85 | 2 | 0 | 29 | C | 3F | 3D | 46 |
| Octal | 335 | 341 | 205 | 2 | 0 | 51 | 14 | 77 | 75 | 106 |
| Binary | 11011101 | 11100001 | 10000101 | 10 | 0 | 101001 | 1100 | 111111 | 111101 | 1000110 |
Color Harmonies of #DDE185
Complementary color
Monochromatic Colors of #DDE185
Black with #DDE185
Text Example
Text Example
White with #DDE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE185; }
p { color: rgb(221,225,133); }
H1.HeaderClassName
{
color: #DDE185;
}
.AnyTagClassName
{
color: #DDE185;
}
</style>
background-color css
<style>
a { background-color: #DDE185; }
a { background-color: rgb(221,225,133); }
div.DivClassName
{
background-color: #DDE185;
}
.BgClassName
{
background-color: #DDE185;
}
</style>
border-color css
<style>
span { border-color: #DDE185; }
span { border-color: rgb(221,225,133); }
td.TdClassName
{
border-color: #DDE185;
}
.TagClassName
{
border-color: #DDE185;
}
</style>