Shades of Primrose #DADE9A
Tints of Primrose #DADE9A
RGB
CMYK
RGB Variations
Color information
#DADE9A (or 0xDADE9A) is known color: Primrose. HEX triplet: DA, DE and 9A. RGB value is (218,222,154). Sum of RGB (Red+Green+Blue) = 218+222+154=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE9A is #252165. Grayscale: #D5D5D5. Windows color (decimal): -2433382 or 10149594. OLE color: 10149594.
HSL color Cylindrical-coordinate representation of color #DADE9A: hue angle of 63.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADE9A is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 154 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.13 |
| HSL | 63.53º | 0.51% | 0.74% | - |
| HSV(B) | 63.53º | 0.31% | 0.87% | - |
| XYZ | 60.87 | 69.48 | 40.77 | - |
| YUV | 213.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 154 | 0.02 | 0 | 0.31 | 0.13 | 63.53 | 0.51 | 0.74 |
| Hex | DA | DE | 9A | 2 | 0 | 1F | D | 40 | 33 | 4A |
| Octal | 332 | 336 | 232 | 2 | 0 | 37 | 15 | 100 | 63 | 112 |
| Binary | 11011010 | 11011110 | 10011010 | 10 | 0 | 11111 | 1101 | 1000000 | 110011 | 1001010 |
Color Harmonies of #DADE9A
Complementary color
Monochromatic Colors of #DADE9A
Black with #DADE9A
Text Example
Text Example
White with #DADE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE9A; }
p { color: rgb(218,222,154); }
H1.HeaderClassName
{
color: #DADE9A;
}
.AnyTagClassName
{
color: #DADE9A;
}
</style>
background-color css
<style>
a { background-color: #DADE9A; }
a { background-color: rgb(218,222,154); }
div.DivClassName
{
background-color: #DADE9A;
}
.BgClassName
{
background-color: #DADE9A;
}
</style>
border-color css
<style>
span { border-color: #DADE9A; }
span { border-color: rgb(218,222,154); }
td.TdClassName
{
border-color: #DADE9A;
}
.TagClassName
{
border-color: #DADE9A;
}
</style>