Shades of Primrose #D5DE94
Tints of Primrose #D5DE94
RGB
CMYK
RGB Variations
Color information
#D5DE94 (or 0xD5DE94) is known color: Primrose. HEX triplet: D5, DE and 94. RGB value is (213,222,148). Sum of RGB (Red+Green+Blue) = 213+222+148=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE94 is #2A216B. Grayscale: #D3D3D3. Windows color (decimal): -2761068 or 9756373. OLE color: 9756373.
HSL color Cylindrical-coordinate representation of color #D5DE94: hue angle of 67.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5DE94 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 148 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.13 |
| HSL | 67.3º | 0.53% | 0.73% | - |
| HSV(B) | 67.3º | 0.33% | 0.87% | - |
| XYZ | 58.91 | 68.53 | 38.14 | - |
| YUV | 210.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 148 | 0.04 | 0 | 0.33 | 0.13 | 67.3 | 0.53 | 0.73 |
| Hex | D5 | DE | 94 | 4 | 0 | 21 | D | 43 | 35 | 49 |
| Octal | 325 | 336 | 224 | 4 | 0 | 41 | 15 | 103 | 65 | 111 |
| Binary | 11010101 | 11011110 | 10010100 | 100 | 0 | 100001 | 1101 | 1000011 | 110101 | 1001001 |
Color Harmonies of #D5DE94
Complementary color
Monochromatic Colors of #D5DE94
Black with #D5DE94
Text Example
Text Example
White with #D5DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DE94; }
p { color: rgb(213,222,148); }
H1.HeaderClassName
{
color: #D5DE94;
}
.AnyTagClassName
{
color: #D5DE94;
}
</style>
background-color css
<style>
a { background-color: #D5DE94; }
a { background-color: rgb(213,222,148); }
div.DivClassName
{
background-color: #D5DE94;
}
.BgClassName
{
background-color: #D5DE94;
}
</style>
border-color css
<style>
span { border-color: #D5DE94; }
span { border-color: rgb(213,222,148); }
td.TdClassName
{
border-color: #D5DE94;
}
.TagClassName
{
border-color: #D5DE94;
}
</style>