Shades of Primrose #DEDF9B
Tints of Primrose #DEDF9B
RGB
CMYK
RGB Variations
Color information
#DEDF9B (or 0xDEDF9B) is known color: Primrose. HEX triplet: DE, DF and 9B. RGB value is (222,223,155). Sum of RGB (Red+Green+Blue) = 222+223+155=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF9B is #212064. Grayscale: #D7D7D7. Windows color (decimal): -2170981 or 10215390. OLE color: 10215390.
HSL color Cylindrical-coordinate representation of color #DEDF9B: hue angle of 60.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDF9B is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 155 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.13 |
| HSL | 60.88º | 0.52% | 0.74% | - |
| HSV(B) | 60.88º | 0.3% | 0.87% | - |
| XYZ | 62.43 | 70.67 | 41.36 | - |
| YUV | 214.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 155 | 0.00 | 0 | 0.30 | 0.13 | 60.88 | 0.52 | 0.74 |
| Hex | DE | DF | 9B | 0 | 0 | 1E | D | 3D | 34 | 4A |
| Octal | 336 | 337 | 233 | 0 | 0 | 36 | 15 | 75 | 64 | 112 |
| Binary | 11011110 | 11011111 | 10011011 | 0 | 0 | 11110 | 1101 | 111101 | 110100 | 1001010 |
Color Harmonies of #DEDF9B
Complementary color
Monochromatic Colors of #DEDF9B
Black with #DEDF9B
Text Example
Text Example
White with #DEDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF9B; }
p { color: rgb(222,223,155); }
H1.HeaderClassName
{
color: #DEDF9B;
}
.AnyTagClassName
{
color: #DEDF9B;
}
</style>
background-color css
<style>
a { background-color: #DEDF9B; }
a { background-color: rgb(222,223,155); }
div.DivClassName
{
background-color: #DEDF9B;
}
.BgClassName
{
background-color: #DEDF9B;
}
</style>
border-color css
<style>
span { border-color: #DEDF9B; }
span { border-color: rgb(222,223,155); }
td.TdClassName
{
border-color: #DEDF9B;
}
.TagClassName
{
border-color: #DEDF9B;
}
</style>