#DBAFC2

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

Shades of Melanie #DBAFC2

Tints of Melanie #DBAFC2

Color information

#DBAFC2 (or 0xDBAFC2) is unknown color: approx Melanie. HEX triplet: DB, AF and C2. RGB value is (219,175,194). Sum of RGB (Red+Green+Blue) = 219+175+194=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC2 is #24503D. Grayscale: #BEBEBE. Windows color (decimal): -2379838 or 12759003. OLE color: 12759003.

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

Color convert

RGB219175194-
CMYK00.200.110.14
HSL334.09º37.93%77.25%-
HSV(B)334.09º20.09%85.88%-
XYZ54.2849.6257.75-
YUV190.32130.08148.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=37.24%
G=29.76%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917519400.200.110.14334.0937.9377.25
HexDBAFC2014BE14e264d
Octal333257302024131651646115
Binary110110111010111111000010010100101111101010011101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFC2; }

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

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

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

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

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

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

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

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