Shades of Primrose #DDE795
Tints of Primrose #DDE795
RGB
CMYK
RGB Variations
Color information
#DDE795 (or 0xDDE795) is known color: Primrose. HEX triplet: DD, E7 and 95. RGB value is (221,231,149). Sum of RGB (Red+Green+Blue) = 221+231+149=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE795 is #22186A. Grayscale: #DADADA. Windows color (decimal): -2234475 or 9824221. OLE color: 9824221.
HSL color Cylindrical-coordinate representation of color #DDE795: hue angle of 67.32º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDE795 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 149 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.09 |
| HSL | 67.32º | 0.63% | 0.75% | - |
| HSV(B) | 67.32º | 0.35% | 0.91% | - |
| XYZ | 63.82 | 74.69 | 39.49 | - |
| YUV | 218.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 149 | 0.04 | 0 | 0.35 | 0.09 | 67.32 | 0.63 | 0.75 |
| Hex | DD | E7 | 95 | 4 | 0 | 23 | 9 | 43 | 3F | 4B |
| Octal | 335 | 347 | 225 | 4 | 0 | 43 | 11 | 103 | 77 | 113 |
| Binary | 11011101 | 11100111 | 10010101 | 100 | 0 | 100011 | 1001 | 1000011 | 111111 | 1001011 |
Color Harmonies of #DDE795
Complementary color
Monochromatic Colors of #DDE795
Black with #DDE795
Text Example
Text Example
White with #DDE795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE795; }
p { color: rgb(221,231,149); }
H1.HeaderClassName
{
color: #DDE795;
}
.AnyTagClassName
{
color: #DDE795;
}
</style>
background-color css
<style>
a { background-color: #DDE795; }
a { background-color: rgb(221,231,149); }
div.DivClassName
{
background-color: #DDE795;
}
.BgClassName
{
background-color: #DDE795;
}
</style>
border-color css
<style>
span { border-color: #DDE795; }
span { border-color: rgb(221,231,149); }
td.TdClassName
{
border-color: #DDE795;
}
.TagClassName
{
border-color: #DDE795;
}
</style>