#DEACBC

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

Shades of Melanie #DEACBC

Tints of Melanie #DEACBC

Color information

#DEACBC (or 0xDEACBC) is unknown color: approx Melanie. HEX triplet: DE, AC and BC. RGB value is (222,172,188). Sum of RGB (Red+Green+Blue) = 222+172+188=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACBC is #215343. Grayscale: #BCBCBC. Windows color (decimal): -2184004 or 12365022. OLE color: 12365022.

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

Color convert

RGB222172188-
CMYK00.230.150.13
HSL340.8º43.1%77.25%-
HSV(B)340.8º22.52%87.06%-
XYZ53.9548.6754.13-
YUV188.77127.56151.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=38.14%
G=29.55%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217218800.230.150.13340.843.177.25
HexDEACBC017FD1552b4d
Octal336254274027171552553115
Binary110111101010110010111100010111111111011010101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACBC; }

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

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

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

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

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

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

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

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