Shades of Wewak #DE949B
Tints of Wewak #DE949B
RGB
CMYK
RGB Variations
Color information
#DE949B (or 0xDE949B) is known color: Wewak. HEX triplet: DE, 94 and 9B. RGB value is (222,148,155). Sum of RGB (Red+Green+Blue) = 222+148+155=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE949B is #216B64. Grayscale: #AAAAAA. Windows color (decimal): -2190181 or 10196190. OLE color: 10196190.
HSL color Cylindrical-coordinate representation of color #DE949B: hue angle of 354.32º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE949B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 155 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.13 |
| HSL | 354.32º | 0.53% | 0.73% | - |
| HSV(B) | 354.32º | 0.33% | 0.87% | - |
| XYZ | 46.63 | 39.08 | 36.1 | - |
| YUV | 170.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 155 | 0 | 0.33 | 0.30 | 0.13 | 354.32 | 0.53 | 0.73 |
| Hex | DE | 94 | 9B | 0 | 21 | 1E | D | 162 | 35 | 49 |
| Octal | 336 | 224 | 233 | 0 | 41 | 36 | 15 | 542 | 65 | 111 |
| Binary | 11011110 | 10010100 | 10011011 | 0 | 100001 | 11110 | 1101 | 101100010 | 110101 | 1001001 |
Color Harmonies of #DE949B
Complementary color
Monochromatic Colors of #DE949B
Black with #DE949B
Text Example
Text Example
White with #DE949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE949B; }
p { color: rgb(222,148,155); }
H1.HeaderClassName
{
color: #DE949B;
}
.AnyTagClassName
{
color: #DE949B;
}
</style>
background-color css
<style>
a { background-color: #DE949B; }
a { background-color: rgb(222,148,155); }
div.DivClassName
{
background-color: #DE949B;
}
.BgClassName
{
background-color: #DE949B;
}
</style>
border-color css
<style>
span { border-color: #DE949B; }
span { border-color: rgb(222,148,155); }
td.TdClassName
{
border-color: #DE949B;
}
.TagClassName
{
border-color: #DE949B;
}
</style>