Shades of Wewak #DE989C
Tints of Wewak #DE989C
RGB
CMYK
RGB Variations
Color information
#DE989C (or 0xDE989C) is known color: Wewak. HEX triplet: DE, 98 and 9C. RGB value is (222,152,156). Sum of RGB (Red+Green+Blue) = 222+152+156=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE989C is #216763. Grayscale: #ADADAD. Windows color (decimal): -2189156 or 10262750. OLE color: 10262750.
HSL color Cylindrical-coordinate representation of color #DE989C: hue angle of 356.57º 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 #DE989C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 156 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.13 |
| HSL | 356.57º | 0.51% | 0.73% | - |
| HSV(B) | 356.57º | 0.32% | 0.87% | - |
| XYZ | 47.35 | 40.39 | 36.75 | - |
| YUV | 173.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 156 | 0 | 0.32 | 0.30 | 0.13 | 356.57 | 0.51 | 0.73 |
| Hex | DE | 98 | 9C | 0 | 20 | 1E | D | 165 | 33 | 49 |
| Octal | 336 | 230 | 234 | 0 | 40 | 36 | 15 | 545 | 63 | 111 |
| Binary | 11011110 | 10011000 | 10011100 | 0 | 100000 | 11110 | 1101 | 101100101 | 110011 | 1001001 |
Color Harmonies of #DE989C
Complementary color
Monochromatic Colors of #DE989C
Black with #DE989C
Text Example
Text Example
White with #DE989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE989C; }
p { color: rgb(222,152,156); }
H1.HeaderClassName
{
color: #DE989C;
}
.AnyTagClassName
{
color: #DE989C;
}
</style>
background-color css
<style>
a { background-color: #DE989C; }
a { background-color: rgb(222,152,156); }
div.DivClassName
{
background-color: #DE989C;
}
.BgClassName
{
background-color: #DE989C;
}
</style>
border-color css
<style>
span { border-color: #DE989C; }
span { border-color: rgb(222,152,156); }
td.TdClassName
{
border-color: #DE989C;
}
.TagClassName
{
border-color: #DE989C;
}
</style>