Shades of Wewak #DE999D
Tints of Wewak #DE999D
RGB
CMYK
RGB Variations
Color information
#DE999D (or 0xDE999D) is known color: Wewak. HEX triplet: DE, 99 and 9D. RGB value is (222,153,157). Sum of RGB (Red+Green+Blue) = 222+153+157=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE999D is #216662. Grayscale: #AEAEAE. Windows color (decimal): -2188899 or 10328542. OLE color: 10328542.
HSL color Cylindrical-coordinate representation of color #DE999D: hue angle of 356.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE999D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 157 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.13 |
| HSL | 356.52º | 0.51% | 0.74% | - |
| HSV(B) | 356.52º | 0.31% | 0.87% | - |
| XYZ | 47.6 | 40.75 | 37.25 | - |
| YUV | 174.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 157 | 0 | 0.31 | 0.29 | 0.13 | 356.52 | 0.51 | 0.74 |
| Hex | DE | 99 | 9D | 0 | 1F | 1D | D | 165 | 33 | 4A |
| Octal | 336 | 231 | 235 | 0 | 37 | 35 | 15 | 545 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10011101 | 0 | 11111 | 11101 | 1101 | 101100101 | 110011 | 1001010 |
Color Harmonies of #DE999D
Complementary color
Monochromatic Colors of #DE999D
Black with #DE999D
Text Example
Text Example
White with #DE999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE999D; }
p { color: rgb(222,153,157); }
H1.HeaderClassName
{
color: #DE999D;
}
.AnyTagClassName
{
color: #DE999D;
}
</style>
background-color css
<style>
a { background-color: #DE999D; }
a { background-color: rgb(222,153,157); }
div.DivClassName
{
background-color: #DE999D;
}
.BgClassName
{
background-color: #DE999D;
}
</style>
border-color css
<style>
span { border-color: #DE999D; }
span { border-color: rgb(222,153,157); }
td.TdClassName
{
border-color: #DE999D;
}
.TagClassName
{
border-color: #DE999D;
}
</style>