Shades of Primrose #DADE8B
Tints of Primrose #DADE8B
RGB
CMYK
RGB Variations
Color information
#DADE8B (or 0xDADE8B) is known color: Primrose. HEX triplet: DA, DE and 8B. RGB value is (218,222,139). Sum of RGB (Red+Green+Blue) = 218+222+139=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8B is #252174. Grayscale: #D3D3D3. Windows color (decimal): -2433397 or 9166554. OLE color: 9166554.
HSL color Cylindrical-coordinate representation of color #DADE8B: hue angle of 62.89º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DADE8B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 139 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.13 |
| HSL | 62.89º | 0.56% | 0.71% | - |
| HSV(B) | 62.89º | 0.37% | 0.87% | - |
| XYZ | 59.69 | 69.01 | 34.6 | - |
| YUV | 211.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 139 | 0.02 | 0 | 0.37 | 0.13 | 62.89 | 0.56 | 0.71 |
| Hex | DA | DE | 8B | 2 | 0 | 25 | D | 3F | 38 | 47 |
| Octal | 332 | 336 | 213 | 2 | 0 | 45 | 15 | 77 | 70 | 107 |
| Binary | 11011010 | 11011110 | 10001011 | 10 | 0 | 100101 | 1101 | 111111 | 111000 | 1000111 |
Color Harmonies of #DADE8B
Complementary color
Monochromatic Colors of #DADE8B
Black with #DADE8B
Text Example
Text Example
White with #DADE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE8B; }
p { color: rgb(218,222,139); }
H1.HeaderClassName
{
color: #DADE8B;
}
.AnyTagClassName
{
color: #DADE8B;
}
</style>
background-color css
<style>
a { background-color: #DADE8B; }
a { background-color: rgb(218,222,139); }
div.DivClassName
{
background-color: #DADE8B;
}
.BgClassName
{
background-color: #DADE8B;
}
</style>
border-color css
<style>
span { border-color: #DADE8B; }
span { border-color: rgb(218,222,139); }
td.TdClassName
{
border-color: #DADE8B;
}
.TagClassName
{
border-color: #DADE8B;
}
</style>