#DCBFC7

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

Shades of Melanie #DCBFC7

Tints of Melanie #DCBFC7

Color information

#DCBFC7 (or 0xDCBFC7) is unknown color: approx Melanie. HEX triplet: DC, BF and C7. RGB value is (220,191,199). Sum of RGB (Red+Green+Blue) = 220+191+199=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC7 is #234038. Grayscale: #C8C8C8. Windows color (decimal): -2310201 or 13090780. OLE color: 13090780.

HSL color Cylindrical-coordinate representation of color #DCBFC7: hue angle of 343.45º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220191199-
CMYK00.130.100.14
HSL343.45º29.29%80.59%-
HSV(B)343.45º13.18%86.27%-
XYZ58.4556.661.88-
YUV200.58127.11141.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=36.07%
G=31.31%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119900.130.100.14343.4529.2980.59
HexDCBFC70DAE1571d51
Octal334277307015121652735121
Binary1101110010111111110001110110110101110101010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC7; }

 p { color: rgb(220,191,199); }

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

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

 a { background-color: rgb(220,191,199); }

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

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

 span { border-color: rgb(220,191,199); }

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