#DCBFC3

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

Shades of Melanie #DCBFC3

Tints of Melanie #DCBFC3

Color information

#DCBFC3 (or 0xDCBFC3) is unknown color: approx Melanie. HEX triplet: DC, BF and C3. RGB value is (220,191,195). Sum of RGB (Red+Green+Blue) = 220+191+195=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC3 is #23403C. Grayscale: #C8C8C8. Windows color (decimal): -2310205 or 12828636. OLE color: 12828636.

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

Color convert

RGB220191195-
CMYK00.130.110.14
HSL351.72º29.29%80.59%-
HSV(B)351.72º13.18%86.27%-
XYZ5856.4259.46-
YUV200.13125.11142.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=36.30%
G=31.52%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119500.130.110.14351.7229.2980.59
HexDCBFC30DBE1601d51
Octal334277303015131654035121
Binary1101110010111111110000110110110111110101100000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC3; }

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

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

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

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

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

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

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

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