#DBAEBE

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

Shades of Melanie #DBAEBE

Tints of Melanie #DBAEBE

Color information

#DBAEBE (or 0xDBAEBE) is unknown color: approx Melanie. HEX triplet: DB, AE and BE. RGB value is (219,174,190). Sum of RGB (Red+Green+Blue) = 219+174+190=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBE is #245141. Grayscale: #BDBDBD. Windows color (decimal): -2380098 or 12496603. OLE color: 12496603.

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

Color convert

RGB219174190-
CMYK00.210.130.14
HSL338.67º38.46%77.06%-
HSV(B)338.67º20.55%85.88%-
XYZ53.6449.0555.36-
YUV189.28128.41149.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=37.56%
G=29.85%
B=32.59%

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
Decimal21917419000.210.130.14338.6738.4677.06
HexDBAEBE015DE153264d
Octal333256276025151652346115
Binary110110111010111010111110010101110111101010100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEBE; }

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

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

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

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

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

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

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

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