Shades of Primrose #DDE68C
Tints of Primrose #DDE68C
RGB
CMYK
RGB Variations
Color information
#DDE68C (or 0xDDE68C) is known color: Primrose. HEX triplet: DD, E6 and 8C. RGB value is (221,230,140). Sum of RGB (Red+Green+Blue) = 221+230+140=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE68C is #221973. Grayscale: #D9D9D9. Windows color (decimal): -2234740 or 9234141. OLE color: 9234141.
HSL color Cylindrical-coordinate representation of color #DDE68C: hue angle of 66º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE68C is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 140 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.10 |
| HSL | 66º | 0.64% | 0.73% | - |
| HSV(B) | 66º | 0.39% | 0.9% | - |
| XYZ | 62.85 | 73.86 | 35.75 | - |
| YUV | 217.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 140 | 0.04 | 0 | 0.39 | 0.10 | 66 | 0.64 | 0.73 |
| Hex | DD | E6 | 8C | 4 | 0 | 27 | A | 42 | 40 | 49 |
| Octal | 335 | 346 | 214 | 4 | 0 | 47 | 12 | 102 | 100 | 111 |
| Binary | 11011101 | 11100110 | 10001100 | 100 | 0 | 100111 | 1010 | 1000010 | 1000000 | 1001001 |
Color Harmonies of #DDE68C
Complementary color
Monochromatic Colors of #DDE68C
Black with #DDE68C
Text Example
Text Example
White with #DDE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE68C; }
p { color: rgb(221,230,140); }
H1.HeaderClassName
{
color: #DDE68C;
}
.AnyTagClassName
{
color: #DDE68C;
}
</style>
background-color css
<style>
a { background-color: #DDE68C; }
a { background-color: rgb(221,230,140); }
div.DivClassName
{
background-color: #DDE68C;
}
.BgClassName
{
background-color: #DDE68C;
}
</style>
border-color css
<style>
span { border-color: #DDE68C; }
span { border-color: rgb(221,230,140); }
td.TdClassName
{
border-color: #DDE68C;
}
.TagClassName
{
border-color: #DDE68C;
}
</style>