#DFBFCA

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

Shades of Melanie #DFBFCA

Tints of Melanie #DFBFCA

Color information

#DFBFCA (or 0xDFBFCA) is unknown color: approx Melanie. HEX triplet: DF, BF and CA. RGB value is (223,191,202). Sum of RGB (Red+Green+Blue) = 223+191+202=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCA is #204035. Grayscale: #C9C9C9. Windows color (decimal): -2113590 or 13287391. OLE color: 13287391.

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

Color convert

RGB223191202-
CMYK00.140.090.13
HSL339.38º33.33%81.18%-
HSV(B)339.38º14.35%87.45%-
XYZ59.7257.2163.77-
YUV201.82128.1143.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=36.20%
G=31.01%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319120200.140.090.13339.3833.3381.18
HexDFBFCA0E9D1532151
Octal337277312016111552341121
Binary11011111101111111100101001110100111011010100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFCA; }

 p { color: rgb(223,191,202); }

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

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

 a { background-color: rgb(223,191,202); }

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

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

 span { border-color: rgb(223,191,202); }

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