Shades of Primrose #DAE892
Tints of Primrose #DAE892
RGB
CMYK
RGB Variations
Color information
#DAE892 (or 0xDAE892) is known color: Primrose. HEX triplet: DA, E8 and 92. RGB value is (218,232,146). Sum of RGB (Red+Green+Blue) = 218+232+146=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE892 is #25176D. Grayscale: #DADADA. Windows color (decimal): -2430830 or 9627866. OLE color: 9627866.
HSL color Cylindrical-coordinate representation of color #DAE892: hue angle of 69.77º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE892 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 146 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.09 |
| HSL | 69.77º | 0.65% | 0.74% | - |
| HSV(B) | 69.77º | 0.37% | 0.91% | - |
| XYZ | 62.96 | 74.69 | 38.29 | - |
| YUV | 218.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 146 | 0.06 | 0 | 0.37 | 0.09 | 69.77 | 0.65 | 0.74 |
| Hex | DA | E8 | 92 | 6 | 0 | 25 | 9 | 46 | 41 | 4A |
| Octal | 332 | 350 | 222 | 6 | 0 | 45 | 11 | 106 | 101 | 112 |
| Binary | 11011010 | 11101000 | 10010010 | 110 | 0 | 100101 | 1001 | 1000110 | 1000001 | 1001010 |
Color Harmonies of #DAE892
Complementary color
Monochromatic Colors of #DAE892
Black with #DAE892
Text Example
Text Example
White with #DAE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE892; }
p { color: rgb(218,232,146); }
H1.HeaderClassName
{
color: #DAE892;
}
.AnyTagClassName
{
color: #DAE892;
}
</style>
background-color css
<style>
a { background-color: #DAE892; }
a { background-color: rgb(218,232,146); }
div.DivClassName
{
background-color: #DAE892;
}
.BgClassName
{
background-color: #DAE892;
}
</style>
border-color css
<style>
span { border-color: #DAE892; }
span { border-color: rgb(218,232,146); }
td.TdClassName
{
border-color: #DAE892;
}
.TagClassName
{
border-color: #DAE892;
}
</style>