#DEACC0

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

Shades of Melanie #DEACC0

Tints of Melanie #DEACC0

Color information

#DEACC0 (or 0xDEACC0) is unknown color: approx Melanie. HEX triplet: DE, AC and C0. RGB value is (222,172,192). Sum of RGB (Red+Green+Blue) = 222+172+192=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACC0 is #21533F. Grayscale: #BDBDBD. Windows color (decimal): -2184000 or 12627166. OLE color: 12627166.

HSL color Cylindrical-coordinate representation of color #DEACC0: hue angle of 336º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACC0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222172192-
CMYK00.230.140.13
HSL336º43.1%77.25%-
HSV(B)336º22.52%87.06%-
XYZ54.3948.8456.43-
YUV189.23129.56151.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=37.88%
G=29.35%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217219200.230.140.1333643.177.25
HexDEACC0017ED1502b4d
Octal336254300027161552053115
Binary110111101010110011000000010111111011011010100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACC0; }

 p { color: rgb(222,172,192); }

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

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

 a { background-color: rgb(222,172,192); }

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

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

 span { border-color: rgb(222,172,192); }

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