#DE949C

Color #DE949C Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #DE949C

Tints of Wewak #DE949C

Color information

#DE949C (or 0xDE949C) is unknown color: approx Wewak. HEX triplet: DE, 94 and 9C. RGB value is (222,148,156). Sum of RGB (Red+Green+Blue) = 222+148+156=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE949C is #216B63. Grayscale: #ABABAB. Windows color (decimal): -2190180 or 10261726. OLE color: 10261726.

HSL color Cylindrical-coordinate representation of color #DE949C: hue angle of 353.51º 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 #DE949C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222148156-
CMYK00.330.300.13
HSL353.51º52.86%72.55%-
HSV(B)353.51º33.33%87.06%-
XYZ46.7139.1136.54-
YUV171.04119.52164.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=42.21%
G=28.14%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214815600.330.300.13353.5152.8672.55
HexDE949C0211ED1623549
Octal336224234041361554265111
Binary11011110100101001001110001000011111011011011000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE949C; }

 p { color: rgb(222,148,156); }

 H1.HeaderClassName
 {
   color: #DE949C;
 }
 .AnyTagClassName
 {
   color: #DE949C;
 }
</style>
background-color css

<style>
 a { background-color: #DE949C; }

 a { background-color: rgb(222,148,156); }

 div.DivClassName
 {
   background-color: #DE949C;
 }
 .BgClassName
 {
   background-color: #DE949C;
 }
</style>
border-color css

<style>
 span { border-color: #DE949C; }

 span { border-color: rgb(222,148,156); }

 td.TdClassName
 {
   border-color: #DE949C;
 }
 .TagClassName
 {
   border-color: #DE949C;
 }
</style>