#DCBFC4

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

Shades of Melanie #DCBFC4

Tints of Melanie #DCBFC4

Color information

#DCBFC4 (or 0xDCBFC4) is unknown color: approx Melanie. HEX triplet: DC, BF and C4. RGB value is (220,191,196). Sum of RGB (Red+Green+Blue) = 220+191+196=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC4 is #23403B. Grayscale: #C8C8C8. Windows color (decimal): -2310204 or 12894172. OLE color: 12894172.

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

Color convert

RGB220191196-
CMYK00.130.110.14
HSL349.66º29.29%80.59%-
HSV(B)349.66º13.18%86.27%-
XYZ58.1156.4660.06-
YUV200.24125.61142.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=36.24%
G=31.47%
B=32.29%

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
Decimal22019119600.130.110.14349.6629.2980.59
HexDCBFC40DBE15e1d51
Octal334277304015131653635121
Binary1101110010111111110001000110110111110101011110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC4; }

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

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

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

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

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

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

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

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