#DEACC1

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

Shades of Melanie #DEACC1

Tints of Melanie #DEACC1

Color information

#DEACC1 (or 0xDEACC1) is unknown color: approx Melanie. HEX triplet: DE, AC and C1. RGB value is (222,172,193). Sum of RGB (Red+Green+Blue) = 222+172+193=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACC1 is #21533E. Grayscale: #BDBDBD. Windows color (decimal): -2183999 or 12692702. OLE color: 12692702.

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

Color convert

RGB222172193-
CMYK00.230.130.13
HSL334.8º43.1%77.25%-
HSV(B)334.8º22.52%87.06%-
XYZ54.548.8857.02-
YUV189.34130.06151.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=37.82%
G=29.30%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217219300.230.130.13334.843.177.25
HexDEACC1017DD14f2b4d
Octal336254301027151551753115
Binary110111101010110011000001010111110111011010011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACC1; }

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

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

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

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

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

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

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

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