#DCBFC2

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

Shades of Melanie #DCBFC2

Tints of Melanie #DCBFC2

Color information

#DCBFC2 (or 0xDCBFC2) is unknown color: approx Melanie. HEX triplet: DC, BF and C2. RGB value is (220,191,194). Sum of RGB (Red+Green+Blue) = 220+191+194=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC2 is #23403D. Grayscale: #C8C8C8. Windows color (decimal): -2310206 or 12763100. OLE color: 12763100.

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

Color convert

RGB220191194-
CMYK00.130.120.14
HSL353.79º29.29%80.59%-
HSV(B)353.79º13.18%86.27%-
XYZ57.8856.3758.87-
YUV200.01124.61142.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=36.36%
G=31.57%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119400.130.120.14353.7929.2980.59
HexDCBFC20DCE1621d51
Octal334277302015141654235121
Binary1101110010111111110000100110111001110101100010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC2; }

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

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

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

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

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

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

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

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