#DE999C

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

Shades of Wewak #DE999C

Tints of Wewak #DE999C

Color information

#DE999C (or 0xDE999C) is unknown color: approx Wewak. HEX triplet: DE, 99 and 9C. RGB value is (222,153,156). Sum of RGB (Red+Green+Blue) = 222+153+156=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE999C is #216663. Grayscale: #AEAEAE. Windows color (decimal): -2188900 or 10263006. OLE color: 10263006.

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

Color convert

RGB222153156-
CMYK00.310.300.13
HSL357.39º51.11%73.53%-
HSV(B)357.39º31.08%87.06%-
XYZ47.5240.7136.81-
YUV173.97117.86162.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=41.81%
G=28.81%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215315600.310.300.13357.3951.1173.53
HexDE999C01F1ED165334a
Octal336231234037361554563112
Binary1101111010011001100111000111111111011011011001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE999C; }

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

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

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

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

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

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

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

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