Shades of Primrose #DDE697
Tints of Primrose #DDE697
RGB
CMYK
RGB Variations
Color information
#DDE697 (or 0xDDE697) is known color: Primrose. HEX triplet: DD, E6 and 97. RGB value is (221,230,151). Sum of RGB (Red+Green+Blue) = 221+230+151=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE697 is #221968. Grayscale: #DADADA. Windows color (decimal): -2234729 or 9955037. OLE color: 9955037.
HSL color Cylindrical-coordinate representation of color #DDE697: hue angle of 66.84º 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 #DDE697 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 151 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 66.84º | 0.61% | 0.75% | - |
| HSV(B) | 66.84º | 0.34% | 0.9% | - |
| XYZ | 63.7 | 74.2 | 40.24 | - |
| YUV | 218.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 151 | 0.04 | 0 | 0.34 | 0.10 | 66.84 | 0.61 | 0.75 |
| Hex | DD | E6 | 97 | 4 | 0 | 22 | A | 43 | 3D | 4B |
| Octal | 335 | 346 | 227 | 4 | 0 | 42 | 12 | 103 | 75 | 113 |
| Binary | 11011101 | 11100110 | 10010111 | 100 | 0 | 100010 | 1010 | 1000011 | 111101 | 1001011 |
Color Harmonies of #DDE697
Complementary color
Monochromatic Colors of #DDE697
Black with #DDE697
Text Example
Text Example
White with #DDE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE697; }
p { color: rgb(221,230,151); }
H1.HeaderClassName
{
color: #DDE697;
}
.AnyTagClassName
{
color: #DDE697;
}
</style>
background-color css
<style>
a { background-color: #DDE697; }
a { background-color: rgb(221,230,151); }
div.DivClassName
{
background-color: #DDE697;
}
.BgClassName
{
background-color: #DDE697;
}
</style>
border-color css
<style>
span { border-color: #DDE697; }
span { border-color: rgb(221,230,151); }
td.TdClassName
{
border-color: #DDE697;
}
.TagClassName
{
border-color: #DDE697;
}
</style>