#DBAEC3

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

Shades of Melanie #DBAEC3

Tints of Melanie #DBAEC3

Color information

#DBAEC3 (or 0xDBAEC3) is unknown color: approx Melanie. HEX triplet: DB, AE and C3. RGB value is (219,174,195). Sum of RGB (Red+Green+Blue) = 219+174+195=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC3 is #24513C. Grayscale: #BDBDBD. Windows color (decimal): -2380093 or 12824283. OLE color: 12824283.

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

Color convert

RGB219174195-
CMYK00.210.110.14
HSL332º38.46%77.06%-
HSV(B)332º20.55%85.88%-
XYZ54.249.2758.28-
YUV189.85130.91148.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=37.24%
G=29.59%
B=33.16%

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
Decimal21917419500.210.110.1433238.4677.06
HexDBAEC3015BE14c264d
Octal333256303025131651446115
Binary110110111010111011000011010101101111101010011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEC3; }

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

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

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

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

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

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

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

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