Shades of Petite Orchid #DEA19E
Tints of Petite Orchid #DEA19E
RGB
CMYK
RGB Variations
Color information
#DEA19E (or 0xDEA19E) is known color: Petite Orchid. HEX triplet: DE, A1 and 9E. RGB value is (222,161,158). Sum of RGB (Red+Green+Blue) = 222+161+158=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19E is #215E61. Grayscale: #B2B2B2. Windows color (decimal): -2186850 or 10396126. OLE color: 10396126.
HSL color Cylindrical-coordinate representation of color #DEA19E: hue angle of 2.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA19E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 158 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.13 |
| HSL | 2.81º | 0.49% | 0.75% | - |
| HSV(B) | 2.81º | 0.29% | 0.87% | - |
| XYZ | 49.04 | 43.49 | 38.16 | - |
| YUV | 178.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 158 | 0 | 0.27 | 0.29 | 0.13 | 2.81 | 0.49 | 0.75 |
| Hex | DE | A1 | 9E | 0 | 1B | 1D | D | 3 | 31 | 4B |
| Octal | 336 | 241 | 236 | 0 | 33 | 35 | 15 | 3 | 61 | 113 |
| Binary | 11011110 | 10100001 | 10011110 | 0 | 11011 | 11101 | 1101 | 11 | 110001 | 1001011 |
Color Harmonies of #DEA19E
Complementary color
Monochromatic Colors of #DEA19E
Black with #DEA19E
Text Example
Text Example
White with #DEA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA19E; }
p { color: rgb(222,161,158); }
H1.HeaderClassName
{
color: #DEA19E;
}
.AnyTagClassName
{
color: #DEA19E;
}
</style>
background-color css
<style>
a { background-color: #DEA19E; }
a { background-color: rgb(222,161,158); }
div.DivClassName
{
background-color: #DEA19E;
}
.BgClassName
{
background-color: #DEA19E;
}
</style>
border-color css
<style>
span { border-color: #DEA19E; }
span { border-color: rgb(222,161,158); }
td.TdClassName
{
border-color: #DEA19E;
}
.TagClassName
{
border-color: #DEA19E;
}
</style>