#DBAFBA

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

Shades of Melanie #DBAFBA

Tints of Melanie #DBAFBA

Color information

#DBAFBA (or 0xDBAFBA) is unknown color: approx Melanie. HEX triplet: DB, AF and BA. RGB value is (219,175,186). Sum of RGB (Red+Green+Blue) = 219+175+186=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBA is #245045. Grayscale: #BDBDBD. Windows color (decimal): -2379846 or 12234715. OLE color: 12234715.

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

Color convert

RGB219175186-
CMYK00.200.150.14
HSL345º37.93%77.25%-
HSV(B)345º20.09%85.88%-
XYZ53.4149.2753.15-
YUV189.41126.08149.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=37.76%
G=30.17%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917518600.200.150.1434537.9377.25
HexDBAFBA014FE159264d
Octal333257272024171653146115
Binary110110111010111110111010010100111111101010110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFBA; }

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

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

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

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

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

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

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

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