Shades of Primrose #DDE097
Tints of Primrose #DDE097
RGB
CMYK
RGB Variations
Color information
#DDE097 (or 0xDDE097) is known color: Primrose. HEX triplet: DD, E0 and 97. RGB value is (221,224,151). Sum of RGB (Red+Green+Blue) = 221+224+151=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE097 is #221F68. Grayscale: #D7D7D7. Windows color (decimal): -2236265 or 9953501. OLE color: 9953501.
HSL color Cylindrical-coordinate representation of color #DDE097: hue angle of 62.47º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE097 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 151 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.12 |
| HSL | 62.47º | 0.54% | 0.74% | - |
| HSV(B) | 62.47º | 0.33% | 0.88% | - |
| XYZ | 62.06 | 70.92 | 39.7 | - |
| YUV | 214.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 151 | 0.01 | 0 | 0.33 | 0.12 | 62.47 | 0.54 | 0.74 |
| Hex | DD | E0 | 97 | 1 | 0 | 21 | C | 3E | 36 | 4A |
| Octal | 335 | 340 | 227 | 1 | 0 | 41 | 14 | 76 | 66 | 112 |
| Binary | 11011101 | 11100000 | 10010111 | 1 | 0 | 100001 | 1100 | 111110 | 110110 | 1001010 |
Color Harmonies of #DDE097
Complementary color
Monochromatic Colors of #DDE097
Black with #DDE097
Text Example
Text Example
White with #DDE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE097; }
p { color: rgb(221,224,151); }
H1.HeaderClassName
{
color: #DDE097;
}
.AnyTagClassName
{
color: #DDE097;
}
</style>
background-color css
<style>
a { background-color: #DDE097; }
a { background-color: rgb(221,224,151); }
div.DivClassName
{
background-color: #DDE097;
}
.BgClassName
{
background-color: #DDE097;
}
</style>
border-color css
<style>
span { border-color: #DDE097; }
span { border-color: rgb(221,224,151); }
td.TdClassName
{
border-color: #DDE097;
}
.TagClassName
{
border-color: #DDE097;
}
</style>