Shades of Petite Orchid #DE988C
Tints of Petite Orchid #DE988C
RGB
CMYK
RGB Variations
Color information
#DE988C (or 0xDE988C) is known color: Petite Orchid. HEX triplet: DE, 98 and 8C. RGB value is (222,152,140). Sum of RGB (Red+Green+Blue) = 222+152+140=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE988C is #216773. Grayscale: #ABABAB. Windows color (decimal): -2189172 or 9214174. OLE color: 9214174.
HSL color Cylindrical-coordinate representation of color #DE988C: hue angle of 8.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE988C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 140 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 8.78º | 0.55% | 0.71% | - |
| HSV(B) | 8.78º | 0.37% | 0.87% | - |
| XYZ | 46.09 | 39.88 | 30.08 | - |
| YUV | 171.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 140 | 0 | 0.32 | 0.37 | 0.13 | 8.78 | 0.55 | 0.71 |
| Hex | DE | 98 | 8C | 0 | 20 | 25 | D | 9 | 37 | 47 |
| Octal | 336 | 230 | 214 | 0 | 40 | 45 | 15 | 11 | 67 | 107 |
| Binary | 11011110 | 10011000 | 10001100 | 0 | 100000 | 100101 | 1101 | 1001 | 110111 | 1000111 |
Color Harmonies of #DE988C
Complementary color
Monochromatic Colors of #DE988C
Black with #DE988C
Text Example
Text Example
White with #DE988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE988C; }
p { color: rgb(222,152,140); }
H1.HeaderClassName
{
color: #DE988C;
}
.AnyTagClassName
{
color: #DE988C;
}
</style>
background-color css
<style>
a { background-color: #DE988C; }
a { background-color: rgb(222,152,140); }
div.DivClassName
{
background-color: #DE988C;
}
.BgClassName
{
background-color: #DE988C;
}
</style>
border-color css
<style>
span { border-color: #DE988C; }
span { border-color: rgb(222,152,140); }
td.TdClassName
{
border-color: #DE988C;
}
.TagClassName
{
border-color: #DE988C;
}
</style>