#DE999E

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

Shades of Wewak #DE999E

Tints of Wewak #DE999E

Color information

#DE999E (or 0xDE999E) is unknown color: approx Wewak. HEX triplet: DE, 99 and 9E. RGB value is (222,153,158). Sum of RGB (Red+Green+Blue) = 222+153+158=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE999E is #216661. Grayscale: #AEAEAE. Windows color (decimal): -2188898 or 10394078. OLE color: 10394078.

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

Color convert

RGB222153158-
CMYK00.310.290.13
HSL355.65º51.11%73.53%-
HSV(B)355.65º31.08%87.06%-
XYZ47.6940.7837.71-
YUV174.2118.86162.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=41.65%
G=28.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215315800.310.290.13355.6551.1173.53
HexDE999E01F1DD164334a
Octal336231236037351554463112
Binary1101111010011001100111100111111110111011011001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE999E; }

 p { color: rgb(222,153,158); }

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

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

 a { background-color: rgb(222,153,158); }

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

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

 span { border-color: rgb(222,153,158); }

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