#DBBAC4

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

Shades of Melanie #DBBAC4

Tints of Melanie #DBBAC4

Color information

#DBBAC4 (or 0xDBBAC4) is unknown color: approx Melanie. HEX triplet: DB, BA and C4. RGB value is (219,186,196). Sum of RGB (Red+Green+Blue) = 219+186+196=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC4 is #24453B. Grayscale: #C5C5C5. Windows color (decimal): -2377020 or 12892891. OLE color: 12892891.

HSL color Cylindrical-coordinate representation of color #DBBAC4: hue angle of 341.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBAC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219186196-
CMYK00.150.110.14
HSL341.82º31.43%79.41%-
HSV(B)341.82º15.07%85.88%-
XYZ56.7454.1659.69-
YUV197.01127.43143.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=36.44%
G=30.95%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918619600.150.110.14341.8231.4379.41
HexDBBAC40FBE1561f4f
Octal333272304017131652637117
Binary1101101110111010110001000111110111110101010110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAC4; }

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

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

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

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

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

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

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

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