Shades of Primrose #DAE496
Tints of Primrose #DAE496
RGB
CMYK
RGB Variations
Color information
#DAE496 (or 0xDAE496) is known color: Primrose. HEX triplet: DA, E4 and 96. RGB value is (218,228,150). Sum of RGB (Red+Green+Blue) = 218+228+150=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE496 is #251B69. Grayscale: #D8D8D8. Windows color (decimal): -2431850 or 9888986. OLE color: 9888986.
HSL color Cylindrical-coordinate representation of color #DAE496: hue angle of 67.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE496 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 150 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 67.69º | 0.59% | 0.74% | - |
| HSV(B) | 67.69º | 0.34% | 0.89% | - |
| XYZ | 62.16 | 72.59 | 39.59 | - |
| YUV | 216.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 150 | 0.04 | 0 | 0.34 | 0.11 | 67.69 | 0.59 | 0.74 |
| Hex | DA | E4 | 96 | 4 | 0 | 22 | B | 44 | 3B | 4A |
| Octal | 332 | 344 | 226 | 4 | 0 | 42 | 13 | 104 | 73 | 112 |
| Binary | 11011010 | 11100100 | 10010110 | 100 | 0 | 100010 | 1011 | 1000100 | 111011 | 1001010 |
Color Harmonies of #DAE496
Complementary color
Monochromatic Colors of #DAE496
Black with #DAE496
Text Example
Text Example
White with #DAE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE496; }
p { color: rgb(218,228,150); }
H1.HeaderClassName
{
color: #DAE496;
}
.AnyTagClassName
{
color: #DAE496;
}
</style>
background-color css
<style>
a { background-color: #DAE496; }
a { background-color: rgb(218,228,150); }
div.DivClassName
{
background-color: #DAE496;
}
.BgClassName
{
background-color: #DAE496;
}
</style>
border-color css
<style>
span { border-color: #DAE496; }
span { border-color: rgb(218,228,150); }
td.TdClassName
{
border-color: #DAE496;
}
.TagClassName
{
border-color: #DAE496;
}
</style>