Shades of Primrose #DADE8F
Tints of Primrose #DADE8F
RGB
CMYK
RGB Variations
Color information
#DADE8F (or 0xDADE8F) is known color: Primrose. HEX triplet: DA, DE and 8F. RGB value is (218,222,143). Sum of RGB (Red+Green+Blue) = 218+222+143=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8F is #252170. Grayscale: #D4D4D4. Windows color (decimal): -2433393 or 9428698. OLE color: 9428698.
HSL color Cylindrical-coordinate representation of color #DADE8F: hue angle of 63.04º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADE8F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 143 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.13 |
| HSL | 63.04º | 0.54% | 0.72% | - |
| HSV(B) | 63.04º | 0.36% | 0.87% | - |
| XYZ | 59.99 | 69.13 | 36.17 | - |
| YUV | 211.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 143 | 0.02 | 0 | 0.36 | 0.13 | 63.04 | 0.54 | 0.72 |
| Hex | DA | DE | 8F | 2 | 0 | 24 | D | 3F | 36 | 48 |
| Octal | 332 | 336 | 217 | 2 | 0 | 44 | 15 | 77 | 66 | 110 |
| Binary | 11011010 | 11011110 | 10001111 | 10 | 0 | 100100 | 1101 | 111111 | 110110 | 1001000 |
Color Harmonies of #DADE8F
Complementary color
Monochromatic Colors of #DADE8F
Black with #DADE8F
Text Example
Text Example
White with #DADE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE8F; }
p { color: rgb(218,222,143); }
H1.HeaderClassName
{
color: #DADE8F;
}
.AnyTagClassName
{
color: #DADE8F;
}
</style>
background-color css
<style>
a { background-color: #DADE8F; }
a { background-color: rgb(218,222,143); }
div.DivClassName
{
background-color: #DADE8F;
}
.BgClassName
{
background-color: #DADE8F;
}
</style>
border-color css
<style>
span { border-color: #DADE8F; }
span { border-color: rgb(218,222,143); }
td.TdClassName
{
border-color: #DADE8F;
}
.TagClassName
{
border-color: #DADE8F;
}
</style>