Shades of Primrose #DDE685
Tints of Primrose #DDE685
RGB
CMYK
RGB Variations
Color information
#DDE685 (or 0xDDE685) is known color: Primrose. HEX triplet: DD, E6 and 85. RGB value is (221,230,133). Sum of RGB (Red+Green+Blue) = 221+230+133=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE685 is #22197A. Grayscale: #D8D8D8. Windows color (decimal): -2234747 or 8775389. OLE color: 8775389.
HSL color Cylindrical-coordinate representation of color #DDE685: hue angle of 65.57º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE685 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 133 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.10 |
| HSL | 65.57º | 0.66% | 0.71% | - |
| HSV(B) | 65.57º | 0.42% | 0.9% | - |
| XYZ | 62.35 | 73.66 | 33.12 | - |
| YUV | 216.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 133 | 0.04 | 0 | 0.42 | 0.10 | 65.57 | 0.66 | 0.71 |
| Hex | DD | E6 | 85 | 4 | 0 | 2A | A | 42 | 42 | 47 |
| Octal | 335 | 346 | 205 | 4 | 0 | 52 | 12 | 102 | 102 | 107 |
| Binary | 11011101 | 11100110 | 10000101 | 100 | 0 | 101010 | 1010 | 1000010 | 1000010 | 1000111 |
Color Harmonies of #DDE685
Complementary color
Monochromatic Colors of #DDE685
Black with #DDE685
Text Example
Text Example
White with #DDE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE685; }
p { color: rgb(221,230,133); }
H1.HeaderClassName
{
color: #DDE685;
}
.AnyTagClassName
{
color: #DDE685;
}
</style>
background-color css
<style>
a { background-color: #DDE685; }
a { background-color: rgb(221,230,133); }
div.DivClassName
{
background-color: #DDE685;
}
.BgClassName
{
background-color: #DDE685;
}
</style>
border-color css
<style>
span { border-color: #DDE685; }
span { border-color: rgb(221,230,133); }
td.TdClassName
{
border-color: #DDE685;
}
.TagClassName
{
border-color: #DDE685;
}
</style>