Shades of Primrose #DEDB8F
Tints of Primrose #DEDB8F
RGB
CMYK
RGB Variations
Color information
#DEDB8F (or 0xDEDB8F) is known color: Primrose. HEX triplet: DE, DB and 8F. RGB value is (222,219,143). Sum of RGB (Red+Green+Blue) = 222+219+143=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8F is #212470. Grayscale: #D3D3D3. Windows color (decimal): -2172017 or 9427934. OLE color: 9427934.
HSL color Cylindrical-coordinate representation of color #DEDB8F: hue angle of 57.72º 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 #DEDB8F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 143 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.13 |
| HSL | 57.72º | 0.54% | 0.72% | - |
| HSV(B) | 57.72º | 0.36% | 0.87% | - |
| XYZ | 60.41 | 68.18 | 35.96 | - |
| YUV | 211.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 143 | 0 | 0.01 | 0.36 | 0.13 | 57.72 | 0.54 | 0.72 |
| Hex | DE | DB | 8F | 0 | 1 | 24 | D | 3A | 36 | 48 |
| Octal | 336 | 333 | 217 | 0 | 1 | 44 | 15 | 72 | 66 | 110 |
| Binary | 11011110 | 11011011 | 10001111 | 0 | 1 | 100100 | 1101 | 111010 | 110110 | 1001000 |
Color Harmonies of #DEDB8F
Complementary color
Monochromatic Colors of #DEDB8F
Black with #DEDB8F
Text Example
Text Example
White with #DEDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB8F; }
p { color: rgb(222,219,143); }
H1.HeaderClassName
{
color: #DEDB8F;
}
.AnyTagClassName
{
color: #DEDB8F;
}
</style>
background-color css
<style>
a { background-color: #DEDB8F; }
a { background-color: rgb(222,219,143); }
div.DivClassName
{
background-color: #DEDB8F;
}
.BgClassName
{
background-color: #DEDB8F;
}
</style>
border-color css
<style>
span { border-color: #DEDB8F; }
span { border-color: rgb(222,219,143); }
td.TdClassName
{
border-color: #DEDB8F;
}
.TagClassName
{
border-color: #DEDB8F;
}
</style>