Shades of Primrose #DAE891
Tints of Primrose #DAE891
RGB
CMYK
RGB Variations
Color information
#DAE891 (or 0xDAE891) is known color: Primrose. HEX triplet: DA, E8 and 91. RGB value is (218,232,145). Sum of RGB (Red+Green+Blue) = 218+232+145=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE891 is #25176E. Grayscale: #DADADA. Windows color (decimal): -2430831 or 9562330. OLE color: 9562330.
HSL color Cylindrical-coordinate representation of color #DAE891: hue angle of 69.66º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE891 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 145 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.09 |
| HSL | 69.66º | 0.65% | 0.74% | - |
| HSV(B) | 69.66º | 0.38% | 0.91% | - |
| XYZ | 62.88 | 74.66 | 37.89 | - |
| YUV | 217.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 145 | 0.06 | 0 | 0.38 | 0.09 | 69.66 | 0.65 | 0.74 |
| Hex | DA | E8 | 91 | 6 | 0 | 26 | 9 | 46 | 41 | 4A |
| Octal | 332 | 350 | 221 | 6 | 0 | 46 | 11 | 106 | 101 | 112 |
| Binary | 11011010 | 11101000 | 10010001 | 110 | 0 | 100110 | 1001 | 1000110 | 1000001 | 1001010 |
Color Harmonies of #DAE891
Complementary color
Monochromatic Colors of #DAE891
Black with #DAE891
Text Example
Text Example
White with #DAE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE891; }
p { color: rgb(218,232,145); }
H1.HeaderClassName
{
color: #DAE891;
}
.AnyTagClassName
{
color: #DAE891;
}
</style>
background-color css
<style>
a { background-color: #DAE891; }
a { background-color: rgb(218,232,145); }
div.DivClassName
{
background-color: #DAE891;
}
.BgClassName
{
background-color: #DAE891;
}
</style>
border-color css
<style>
span { border-color: #DAE891; }
span { border-color: rgb(218,232,145); }
td.TdClassName
{
border-color: #DAE891;
}
.TagClassName
{
border-color: #DAE891;
}
</style>