#DBAFC0

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

Shades of Melanie #DBAFC0

Tints of Melanie #DBAFC0

Color information

#DBAFC0 (or 0xDBAFC0) is unknown color: approx Melanie. HEX triplet: DB, AF and C0. RGB value is (219,175,192). Sum of RGB (Red+Green+Blue) = 219+175+192=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC0 is #24503F. Grayscale: #BEBEBE. Windows color (decimal): -2379840 or 12627931. OLE color: 12627931.

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

Color convert

RGB219175192-
CMYK00.200.120.14
HSL336.82º37.93%77.25%-
HSV(B)336.82º20.09%85.88%-
XYZ54.0649.5356.58-
YUV190.09129.08148.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=37.37%
G=29.86%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917519200.200.120.14336.8237.9377.25
HexDBAFC0014CE151264d
Octal333257300024141652146115
Binary110110111010111111000000010100110011101010100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFC0; }

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

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

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

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

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

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

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

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