Shades of Primrose #DADE9D
Tints of Primrose #DADE9D
RGB
CMYK
RGB Variations
Color information
#DADE9D (or 0xDADE9D) is known color: Primrose. HEX triplet: DA, DE and 9D. RGB value is (218,222,157). Sum of RGB (Red+Green+Blue) = 218+222+157=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE9D is #252162. Grayscale: #D5D5D5. Windows color (decimal): -2433379 or 10346202. OLE color: 10346202.
HSL color Cylindrical-coordinate representation of color #DADE9D: hue angle of 63.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADE9D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 157 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.13 |
| HSL | 63.69º | 0.5% | 0.74% | - |
| HSV(B) | 63.69º | 0.29% | 0.87% | - |
| XYZ | 61.12 | 69.58 | 42.11 | - |
| YUV | 213.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 157 | 0.02 | 0 | 0.29 | 0.13 | 63.69 | 0.5 | 0.74 |
| Hex | DA | DE | 9D | 2 | 0 | 1D | D | 40 | 32 | 4A |
| Octal | 332 | 336 | 235 | 2 | 0 | 35 | 15 | 100 | 62 | 112 |
| Binary | 11011010 | 11011110 | 10011101 | 10 | 0 | 11101 | 1101 | 1000000 | 110010 | 1001010 |
Color Harmonies of #DADE9D
Complementary color
Monochromatic Colors of #DADE9D
Black with #DADE9D
Text Example
Text Example
White with #DADE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE9D; }
p { color: rgb(218,222,157); }
H1.HeaderClassName
{
color: #DADE9D;
}
.AnyTagClassName
{
color: #DADE9D;
}
</style>
background-color css
<style>
a { background-color: #DADE9D; }
a { background-color: rgb(218,222,157); }
div.DivClassName
{
background-color: #DADE9D;
}
.BgClassName
{
background-color: #DADE9D;
}
</style>
border-color css
<style>
span { border-color: #DADE9D; }
span { border-color: rgb(218,222,157); }
td.TdClassName
{
border-color: #DADE9D;
}
.TagClassName
{
border-color: #DADE9D;
}
</style>