Shades of Wewak #DE989E
Tints of Wewak #DE989E
RGB
CMYK
RGB Variations
Color information
#DE989E (or 0xDE989E) is known color: Wewak. HEX triplet: DE, 98 and 9E. RGB value is (222,152,158). Sum of RGB (Red+Green+Blue) = 222+152+158=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE989E is #216761. Grayscale: #ADADAD. Windows color (decimal): -2189154 or 10393822. OLE color: 10393822.
HSL color Cylindrical-coordinate representation of color #DE989E: hue angle of 354.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE989E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 158 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.13 |
| HSL | 354.86º | 0.51% | 0.73% | - |
| HSV(B) | 354.86º | 0.32% | 0.87% | - |
| XYZ | 47.52 | 40.45 | 37.65 | - |
| YUV | 173.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 158 | 0 | 0.32 | 0.29 | 0.13 | 354.86 | 0.51 | 0.73 |
| Hex | DE | 98 | 9E | 0 | 20 | 1D | D | 163 | 33 | 49 |
| Octal | 336 | 230 | 236 | 0 | 40 | 35 | 15 | 543 | 63 | 111 |
| Binary | 11011110 | 10011000 | 10011110 | 0 | 100000 | 11101 | 1101 | 101100011 | 110011 | 1001001 |
Color Harmonies of #DE989E
Complementary color
Monochromatic Colors of #DE989E
Black with #DE989E
Text Example
Text Example
White with #DE989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE989E; }
p { color: rgb(222,152,158); }
H1.HeaderClassName
{
color: #DE989E;
}
.AnyTagClassName
{
color: #DE989E;
}
</style>
background-color css
<style>
a { background-color: #DE989E; }
a { background-color: rgb(222,152,158); }
div.DivClassName
{
background-color: #DE989E;
}
.BgClassName
{
background-color: #DE989E;
}
</style>
border-color css
<style>
span { border-color: #DE989E; }
span { border-color: rgb(222,152,158); }
td.TdClassName
{
border-color: #DE989E;
}
.TagClassName
{
border-color: #DE989E;
}
</style>