Shades of Primrose #DDE68F
Tints of Primrose #DDE68F
RGB
CMYK
RGB Variations
Color information
#DDE68F (or 0xDDE68F) is known color: Primrose. HEX triplet: DD, E6 and 8F. RGB value is (221,230,143). Sum of RGB (Red+Green+Blue) = 221+230+143=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE68F is #221970. Grayscale: #D9D9D9. Windows color (decimal): -2234737 or 9430749. OLE color: 9430749.
HSL color Cylindrical-coordinate representation of color #DDE68F: hue angle of 66.21º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE68F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 143 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.10 |
| HSL | 66.21º | 0.64% | 0.73% | - |
| HSV(B) | 66.21º | 0.38% | 0.9% | - |
| XYZ | 63.07 | 73.95 | 36.94 | - |
| YUV | 217.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 143 | 0.04 | 0 | 0.38 | 0.10 | 66.21 | 0.64 | 0.73 |
| Hex | DD | E6 | 8F | 4 | 0 | 26 | A | 42 | 40 | 49 |
| Octal | 335 | 346 | 217 | 4 | 0 | 46 | 12 | 102 | 100 | 111 |
| Binary | 11011101 | 11100110 | 10001111 | 100 | 0 | 100110 | 1010 | 1000010 | 1000000 | 1001001 |
Color Harmonies of #DDE68F
Complementary color
Monochromatic Colors of #DDE68F
Black with #DDE68F
Text Example
Text Example
White with #DDE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE68F; }
p { color: rgb(221,230,143); }
H1.HeaderClassName
{
color: #DDE68F;
}
.AnyTagClassName
{
color: #DDE68F;
}
</style>
background-color css
<style>
a { background-color: #DDE68F; }
a { background-color: rgb(221,230,143); }
div.DivClassName
{
background-color: #DDE68F;
}
.BgClassName
{
background-color: #DDE68F;
}
</style>
border-color css
<style>
span { border-color: #DDE68F; }
span { border-color: rgb(221,230,143); }
td.TdClassName
{
border-color: #DDE68F;
}
.TagClassName
{
border-color: #DDE68F;
}
</style>