#DBAEC2

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

Shades of Melanie #DBAEC2

Tints of Melanie #DBAEC2

Color information

#DBAEC2 (or 0xDBAEC2) is unknown color: approx Melanie. HEX triplet: DB, AE and C2. RGB value is (219,174,194). Sum of RGB (Red+Green+Blue) = 219+174+194=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC2 is #24513D. Grayscale: #BDBDBD. Windows color (decimal): -2380094 or 12758747. OLE color: 12758747.

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

Color convert

RGB219174194-
CMYK00.210.110.14
HSL333.33º38.46%77.06%-
HSV(B)333.33º20.55%85.88%-
XYZ54.0949.2357.69-
YUV189.73130.41148.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=37.31%
G=29.64%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917419400.210.110.14333.3338.4677.06
HexDBAEC2015BE14d264d
Octal333256302025131651546115
Binary110110111010111011000010010101101111101010011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEC2; }

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

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

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

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

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

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

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

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