#DBAFBE

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

Shades of Melanie #DBAFBE

Tints of Melanie #DBAFBE

Color information

#DBAFBE (or 0xDBAFBE) is unknown color: approx Melanie. HEX triplet: DB, AF and BE. RGB value is (219,175,190). Sum of RGB (Red+Green+Blue) = 219+175+190=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBE is #245041. Grayscale: #BDBDBD. Windows color (decimal): -2379842 or 12496859. OLE color: 12496859.

HSL color Cylindrical-coordinate representation of color #DBAFBE: hue angle of 339.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFBE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219175190-
CMYK00.200.130.14
HSL339.55º37.93%77.25%-
HSV(B)339.55º20.09%85.88%-
XYZ53.8449.4455.42-
YUV189.87128.08148.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=37.5%
G=29.97%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917519000.200.130.14339.5537.9377.25
HexDBAFBE014DE154264d
Octal333257276024151652446115
Binary110110111010111110111110010100110111101010101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFBE; }

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

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

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

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

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

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

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

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