#DCAEBC

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

Shades of Melanie #DCAEBC

Tints of Melanie #DCAEBC

Color information

#DCAEBC (or 0xDCAEBC) is unknown color: approx Melanie. HEX triplet: DC, AE and BC. RGB value is (220,174,188). Sum of RGB (Red+Green+Blue) = 220+174+188=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBC is #235143. Grayscale: #BDBDBD. Windows color (decimal): -2314564 or 12365532. OLE color: 12365532.

HSL color Cylindrical-coordinate representation of color #DCAEBC: hue angle of 341.74º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEBC is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220174188-
CMYK00.210.150.14
HSL341.74º39.66%77.25%-
HSV(B)341.74º20.91%86.27%-
XYZ53.7349.1254.23-
YUV189.35127.24149.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=37.80%
G=29.90%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017418800.210.150.14341.7439.6677.25
HexDCAEBC015FE156284d
Octal334256274025171652650115
Binary110111001010111010111100010101111111101010101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEBC; }

 p { color: rgb(220,174,188); }

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

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

 a { background-color: rgb(220,174,188); }

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

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

 span { border-color: rgb(220,174,188); }

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