Shades of Primrose #DAE195
Tints of Primrose #DAE195
RGB
CMYK
RGB Variations
Color information
#DAE195 (or 0xDAE195) is known color: Primrose. HEX triplet: DA, E1 and 95. RGB value is (218,225,149). Sum of RGB (Red+Green+Blue) = 218+225+149=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE195 is #251E6A. Grayscale: #D6D6D6. Windows color (decimal): -2432619 or 9822682. OLE color: 9822682.
HSL color Cylindrical-coordinate representation of color #DAE195: hue angle of 65.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE195 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 149 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.12 |
| HSL | 65.53º | 0.56% | 0.73% | - |
| HSV(B) | 65.53º | 0.34% | 0.88% | - |
| XYZ | 61.26 | 70.93 | 38.89 | - |
| YUV | 214.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 149 | 0.03 | 0 | 0.34 | 0.12 | 65.53 | 0.56 | 0.73 |
| Hex | DA | E1 | 95 | 3 | 0 | 22 | C | 42 | 38 | 49 |
| Octal | 332 | 341 | 225 | 3 | 0 | 42 | 14 | 102 | 70 | 111 |
| Binary | 11011010 | 11100001 | 10010101 | 11 | 0 | 100010 | 1100 | 1000010 | 111000 | 1001001 |
Color Harmonies of #DAE195
Complementary color
Monochromatic Colors of #DAE195
Black with #DAE195
Text Example
Text Example
White with #DAE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE195; }
p { color: rgb(218,225,149); }
H1.HeaderClassName
{
color: #DAE195;
}
.AnyTagClassName
{
color: #DAE195;
}
</style>
background-color css
<style>
a { background-color: #DAE195; }
a { background-color: rgb(218,225,149); }
div.DivClassName
{
background-color: #DAE195;
}
.BgClassName
{
background-color: #DAE195;
}
</style>
border-color css
<style>
span { border-color: #DAE195; }
span { border-color: rgb(218,225,149); }
td.TdClassName
{
border-color: #DAE195;
}
.TagClassName
{
border-color: #DAE195;
}
</style>