Shades of Primrose #DAE295
Tints of Primrose #DAE295
RGB
CMYK
RGB Variations
Color information
#DAE295 (or 0xDAE295) is known color: Primrose. HEX triplet: DA, E2 and 95. RGB value is (218,226,149). Sum of RGB (Red+Green+Blue) = 218+226+149=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE295 is #251D6A. Grayscale: #D7D7D7. Windows color (decimal): -2432363 or 9822938. OLE color: 9822938.
HSL color Cylindrical-coordinate representation of color #DAE295: hue angle of 66.23º degrees, saturation: 0.57, 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 #DAE295 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 66.23º | 0.57% | 0.74% | - |
| HSV(B) | 66.23º | 0.34% | 0.89% | - |
| XYZ | 61.53 | 71.47 | 38.99 | - |
| YUV | 214.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 149 | 0.04 | 0 | 0.34 | 0.11 | 66.23 | 0.57 | 0.74 |
| Hex | DA | E2 | 95 | 4 | 0 | 22 | B | 42 | 39 | 4A |
| Octal | 332 | 342 | 225 | 4 | 0 | 42 | 13 | 102 | 71 | 112 |
| Binary | 11011010 | 11100010 | 10010101 | 100 | 0 | 100010 | 1011 | 1000010 | 111001 | 1001010 |
Color Harmonies of #DAE295
Complementary color
Monochromatic Colors of #DAE295
Black with #DAE295
Text Example
Text Example
White with #DAE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE295; }
p { color: rgb(218,226,149); }
H1.HeaderClassName
{
color: #DAE295;
}
.AnyTagClassName
{
color: #DAE295;
}
</style>
background-color css
<style>
a { background-color: #DAE295; }
a { background-color: rgb(218,226,149); }
div.DivClassName
{
background-color: #DAE295;
}
.BgClassName
{
background-color: #DAE295;
}
</style>
border-color css
<style>
span { border-color: #DAE295; }
span { border-color: rgb(218,226,149); }
td.TdClassName
{
border-color: #DAE295;
}
.TagClassName
{
border-color: #DAE295;
}
</style>