Shades of Primrose #DDE183
Tints of Primrose #DDE183
RGB
CMYK
RGB Variations
Color information
#DDE183 (or 0xDDE183) is known color: Primrose. HEX triplet: DD, E1 and 83. RGB value is (221,225,131). Sum of RGB (Red+Green+Blue) = 221+225+131=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE183 is #221E7C. Grayscale: #D5D5D5. Windows color (decimal): -2236029 or 8643037. OLE color: 8643037.
HSL color Cylindrical-coordinate representation of color #DDE183: hue angle of 62.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE183 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 131 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.12 |
| HSL | 62.55º | 0.61% | 0.7% | - |
| HSV(B) | 62.55º | 0.42% | 0.88% | - |
| XYZ | 60.84 | 70.86 | 31.94 | - |
| YUV | 213.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 131 | 0.02 | 0 | 0.42 | 0.12 | 62.55 | 0.61 | 0.7 |
| Hex | DD | E1 | 83 | 2 | 0 | 2A | C | 3F | 3D | 46 |
| Octal | 335 | 341 | 203 | 2 | 0 | 52 | 14 | 77 | 75 | 106 |
| Binary | 11011101 | 11100001 | 10000011 | 10 | 0 | 101010 | 1100 | 111111 | 111101 | 1000110 |
Color Harmonies of #DDE183
Complementary color
Monochromatic Colors of #DDE183
Black with #DDE183
Text Example
Text Example
White with #DDE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE183; }
p { color: rgb(221,225,131); }
H1.HeaderClassName
{
color: #DDE183;
}
.AnyTagClassName
{
color: #DDE183;
}
</style>
background-color css
<style>
a { background-color: #DDE183; }
a { background-color: rgb(221,225,131); }
div.DivClassName
{
background-color: #DDE183;
}
.BgClassName
{
background-color: #DDE183;
}
</style>
border-color css
<style>
span { border-color: #DDE183; }
span { border-color: rgb(221,225,131); }
td.TdClassName
{
border-color: #DDE183;
}
.TagClassName
{
border-color: #DDE183;
}
</style>