Shades of Primrose #DDE698
Tints of Primrose #DDE698
RGB
CMYK
RGB Variations
Color information
#DDE698 (or 0xDDE698) is known color: Primrose. HEX triplet: DD, E6 and 98. RGB value is (221,230,152). Sum of RGB (Red+Green+Blue) = 221+230+152=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE698 is #221967. Grayscale: #DADADA. Windows color (decimal): -2234728 or 10020573. OLE color: 10020573.
HSL color Cylindrical-coordinate representation of color #DDE698: hue angle of 66.92º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDE698 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 152 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 66.92º | 0.61% | 0.75% | - |
| HSV(B) | 66.92º | 0.34% | 0.9% | - |
| XYZ | 63.78 | 74.23 | 40.67 | - |
| YUV | 218.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 152 | 0.04 | 0 | 0.34 | 0.10 | 66.92 | 0.61 | 0.75 |
| Hex | DD | E6 | 98 | 4 | 0 | 22 | A | 43 | 3D | 4B |
| Octal | 335 | 346 | 230 | 4 | 0 | 42 | 12 | 103 | 75 | 113 |
| Binary | 11011101 | 11100110 | 10011000 | 100 | 0 | 100010 | 1010 | 1000011 | 111101 | 1001011 |
Color Harmonies of #DDE698
Complementary color
Monochromatic Colors of #DDE698
Black with #DDE698
Text Example
Text Example
White with #DDE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE698; }
p { color: rgb(221,230,152); }
H1.HeaderClassName
{
color: #DDE698;
}
.AnyTagClassName
{
color: #DDE698;
}
</style>
background-color css
<style>
a { background-color: #DDE698; }
a { background-color: rgb(221,230,152); }
div.DivClassName
{
background-color: #DDE698;
}
.BgClassName
{
background-color: #DDE698;
}
</style>
border-color css
<style>
span { border-color: #DDE698; }
span { border-color: rgb(221,230,152); }
td.TdClassName
{
border-color: #DDE698;
}
.TagClassName
{
border-color: #DDE698;
}
</style>