Shades of Primrose #DDE192
Tints of Primrose #DDE192
RGB
CMYK
RGB Variations
Color information
#DDE192 (or 0xDDE192) is known color: Primrose. HEX triplet: DD, E1 and 92. RGB value is (221,225,146). Sum of RGB (Red+Green+Blue) = 221+225+146=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE192 is #221E6D. Grayscale: #D7D7D7. Windows color (decimal): -2236014 or 9626077. OLE color: 9626077.
HSL color Cylindrical-coordinate representation of color #DDE192: hue angle of 63.04º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDE192 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 146 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.12 |
| HSL | 63.04º | 0.57% | 0.73% | - |
| HSV(B) | 63.04º | 0.35% | 0.88% | - |
| XYZ | 61.93 | 71.3 | 37.69 | - |
| YUV | 214.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 146 | 0.02 | 0 | 0.35 | 0.12 | 63.04 | 0.57 | 0.73 |
| Hex | DD | E1 | 92 | 2 | 0 | 23 | C | 3F | 39 | 49 |
| Octal | 335 | 341 | 222 | 2 | 0 | 43 | 14 | 77 | 71 | 111 |
| Binary | 11011101 | 11100001 | 10010010 | 10 | 0 | 100011 | 1100 | 111111 | 111001 | 1001001 |
Color Harmonies of #DDE192
Complementary color
Monochromatic Colors of #DDE192
Black with #DDE192
Text Example
Text Example
White with #DDE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE192; }
p { color: rgb(221,225,146); }
H1.HeaderClassName
{
color: #DDE192;
}
.AnyTagClassName
{
color: #DDE192;
}
</style>
background-color css
<style>
a { background-color: #DDE192; }
a { background-color: rgb(221,225,146); }
div.DivClassName
{
background-color: #DDE192;
}
.BgClassName
{
background-color: #DDE192;
}
</style>
border-color css
<style>
span { border-color: #DDE192; }
span { border-color: rgb(221,225,146); }
td.TdClassName
{
border-color: #DDE192;
}
.TagClassName
{
border-color: #DDE192;
}
</style>