Shades of Primrose #DDE194
Tints of Primrose #DDE194
RGB
CMYK
RGB Variations
Color information
#DDE194 (or 0xDDE194) is known color: Primrose. HEX triplet: DD, E1 and 94. RGB value is (221,225,148). Sum of RGB (Red+Green+Blue) = 221+225+148=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE194 is #221E6B. Grayscale: #D7D7D7. Windows color (decimal): -2236012 or 9757149. OLE color: 9757149.
HSL color Cylindrical-coordinate representation of color #DDE194: hue angle of 63.12º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDE194 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 148 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.12 |
| HSL | 63.12º | 0.56% | 0.73% | - |
| HSV(B) | 63.12º | 0.34% | 0.88% | - |
| XYZ | 62.09 | 71.36 | 38.52 | - |
| YUV | 215.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 148 | 0.02 | 0 | 0.34 | 0.12 | 63.12 | 0.56 | 0.73 |
| Hex | DD | E1 | 94 | 2 | 0 | 22 | C | 3F | 38 | 49 |
| Octal | 335 | 341 | 224 | 2 | 0 | 42 | 14 | 77 | 70 | 111 |
| Binary | 11011101 | 11100001 | 10010100 | 10 | 0 | 100010 | 1100 | 111111 | 111000 | 1001001 |
Color Harmonies of #DDE194
Complementary color
Monochromatic Colors of #DDE194
Black with #DDE194
Text Example
Text Example
White with #DDE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE194; }
p { color: rgb(221,225,148); }
H1.HeaderClassName
{
color: #DDE194;
}
.AnyTagClassName
{
color: #DDE194;
}
</style>
background-color css
<style>
a { background-color: #DDE194; }
a { background-color: rgb(221,225,148); }
div.DivClassName
{
background-color: #DDE194;
}
.BgClassName
{
background-color: #DDE194;
}
</style>
border-color css
<style>
span { border-color: #DDE194; }
span { border-color: rgb(221,225,148); }
td.TdClassName
{
border-color: #DDE194;
}
.TagClassName
{
border-color: #DDE194;
}
</style>