Shades of Primrose #DEDF96
Tints of Primrose #DEDF96
RGB
CMYK
RGB Variations
Color information
#DEDF96 (or 0xDEDF96) is known color: Primrose. HEX triplet: DE, DF and 96. RGB value is (222,223,150). Sum of RGB (Red+Green+Blue) = 222+223+150=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF96 is #212069. Grayscale: #D6D6D6. Windows color (decimal): -2170986 or 9887710. OLE color: 9887710.
HSL color Cylindrical-coordinate representation of color #DEDF96: hue angle of 60.82º 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 #DEDF96 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 150 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.13 |
| HSL | 60.82º | 0.53% | 0.73% | - |
| HSV(B) | 60.82º | 0.33% | 0.87% | - |
| XYZ | 62.02 | 70.51 | 39.19 | - |
| YUV | 214.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 150 | 0.00 | 0 | 0.33 | 0.13 | 60.82 | 0.53 | 0.73 |
| Hex | DE | DF | 96 | 0 | 0 | 21 | D | 3D | 35 | 49 |
| Octal | 336 | 337 | 226 | 0 | 0 | 41 | 15 | 75 | 65 | 111 |
| Binary | 11011110 | 11011111 | 10010110 | 0 | 0 | 100001 | 1101 | 111101 | 110101 | 1001001 |
Color Harmonies of #DEDF96
Complementary color
Monochromatic Colors of #DEDF96
Black with #DEDF96
Text Example
Text Example
White with #DEDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF96; }
p { color: rgb(222,223,150); }
H1.HeaderClassName
{
color: #DEDF96;
}
.AnyTagClassName
{
color: #DEDF96;
}
</style>
background-color css
<style>
a { background-color: #DEDF96; }
a { background-color: rgb(222,223,150); }
div.DivClassName
{
background-color: #DEDF96;
}
.BgClassName
{
background-color: #DEDF96;
}
</style>
border-color css
<style>
span { border-color: #DEDF96; }
span { border-color: rgb(222,223,150); }
td.TdClassName
{
border-color: #DEDF96;
}
.TagClassName
{
border-color: #DEDF96;
}
</style>