#DCBFC9

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

Shades of Melanie #DCBFC9

Tints of Melanie #DCBFC9

Color information

#DCBFC9 (or 0xDCBFC9) is unknown color: approx Melanie. HEX triplet: DC, BF and C9. RGB value is (220,191,201). Sum of RGB (Red+Green+Blue) = 220+191+201=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC9 is #234036. Grayscale: #C8C8C8. Windows color (decimal): -2310199 or 13221852. OLE color: 13221852.

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

Color convert

RGB220191201-
CMYK00.130.090.14
HSL339.31º29.29%80.59%-
HSV(B)339.31º13.18%86.27%-
XYZ58.6956.6963.11-
YUV200.81128.11141.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=35.95%
G=31.21%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019120100.130.090.14339.3129.2980.59
HexDCBFC90D9E1531d51
Octal334277311015111652335121
Binary1101110010111111110010010110110011110101010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC9; }

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

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

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

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

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

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

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

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