#DBAEBF

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

Shades of Melanie #DBAEBF

Tints of Melanie #DBAEBF

Color information

#DBAEBF (or 0xDBAEBF) is unknown color: approx Melanie. HEX triplet: DB, AE and BF. RGB value is (219,174,191). Sum of RGB (Red+Green+Blue) = 219+174+191=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBF is #245140. Grayscale: #BDBDBD. Windows color (decimal): -2380097 or 12562139. OLE color: 12562139.

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

Color convert

RGB219174191-
CMYK00.210.130.14
HSL337.33º38.46%77.06%-
HSV(B)337.33º20.55%85.88%-
XYZ53.7549.0955.93-
YUV189.39128.91149.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 191 (75% from 255) = 32.71%
R=37.5%
G=29.79%
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
Decimal21917419100.210.130.14337.3338.4677.06
HexDBAEBF015DE151264d
Octal333256277025151652146115
Binary110110111010111010111111010101110111101010100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEBF; }

 p { color: rgb(219,174,191); }

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

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

 a { background-color: rgb(219,174,191); }

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

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

 span { border-color: rgb(219,174,191); }

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