Shades of Primrose #DADD8D
Tints of Primrose #DADD8D
RGB
CMYK
RGB Variations
Color information
#DADD8D (or 0xDADD8D) is known color: Primrose. HEX triplet: DA, DD and 8D. RGB value is (218,221,141). Sum of RGB (Red+Green+Blue) = 218+221+141=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8D is #252272. Grayscale: #D3D3D3. Windows color (decimal): -2433651 or 9297370. OLE color: 9297370.
HSL color Cylindrical-coordinate representation of color #DADD8D: hue angle of 62.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADD8D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 141 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.13 |
| HSL | 62.25º | 0.54% | 0.71% | - |
| HSV(B) | 62.25º | 0.36% | 0.87% | - |
| XYZ | 59.58 | 68.54 | 35.29 | - |
| YUV | 210.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 141 | 0.01 | 0 | 0.36 | 0.13 | 62.25 | 0.54 | 0.71 |
| Hex | DA | DD | 8D | 1 | 0 | 24 | D | 3E | 36 | 47 |
| Octal | 332 | 335 | 215 | 1 | 0 | 44 | 15 | 76 | 66 | 107 |
| Binary | 11011010 | 11011101 | 10001101 | 1 | 0 | 100100 | 1101 | 111110 | 110110 | 1000111 |
Color Harmonies of #DADD8D
Complementary color
Monochromatic Colors of #DADD8D
Black with #DADD8D
Text Example
Text Example
White with #DADD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD8D; }
p { color: rgb(218,221,141); }
H1.HeaderClassName
{
color: #DADD8D;
}
.AnyTagClassName
{
color: #DADD8D;
}
</style>
background-color css
<style>
a { background-color: #DADD8D; }
a { background-color: rgb(218,221,141); }
div.DivClassName
{
background-color: #DADD8D;
}
.BgClassName
{
background-color: #DADD8D;
}
</style>
border-color css
<style>
span { border-color: #DADD8D; }
span { border-color: rgb(218,221,141); }
td.TdClassName
{
border-color: #DADD8D;
}
.TagClassName
{
border-color: #DADD8D;
}
</style>