#DBAEBB

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

Shades of Melanie #DBAEBB

Tints of Melanie #DBAEBB

Color information

#DBAEBB (or 0xDBAEBB) is unknown color: approx Melanie. HEX triplet: DB, AE and BB. RGB value is (219,174,187). Sum of RGB (Red+Green+Blue) = 219+174+187=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBB is #245144. Grayscale: #BCBCBC. Windows color (decimal): -2380101 or 12299995. OLE color: 12299995.

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

Color convert

RGB219174187-
CMYK00.210.150.14
HSL342.67º38.46%77.06%-
HSV(B)342.67º20.55%85.88%-
XYZ53.3248.9253.65-
YUV188.94126.91149.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=37.76%
G=30%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917418700.210.150.14342.6738.4677.06
HexDBAEBB015FE157264d
Octal333256273025171652746115
Binary110110111010111010111011010101111111101010101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEBB; }

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

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

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

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

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

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

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

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