#DCADBF

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

Shades of Melanie #DCADBF

Tints of Melanie #DCADBF

Color information

#DCADBF (or 0xDCADBF) is unknown color: approx Melanie. HEX triplet: DC, AD and BF. RGB value is (220,173,191). Sum of RGB (Red+Green+Blue) = 220+173+191=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBF is #235240. Grayscale: #BDBDBD. Windows color (decimal): -2314817 or 12561884. OLE color: 12561884.

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

Color convert

RGB220173191-
CMYK00.210.130.14
HSL337.02º40.17%77.06%-
HSV(B)337.02º21.36%86.27%-
XYZ53.8648.8655.88-
YUV189.1129.07150.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 32.71%
R=37.67%
G=29.62%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017319100.210.130.14337.0240.1777.06
HexDCADBF015DE151284d
Octal334255277025151652150115
Binary110111001010110110111111010101110111101010100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADBF; }

 p { color: rgb(220,173,191); }

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

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

 a { background-color: rgb(220,173,191); }

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

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

 span { border-color: rgb(220,173,191); }

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