#DFBDC5

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

Shades of Melanie #DFBDC5

Tints of Melanie #DFBDC5

Color information

#DFBDC5 (or 0xDFBDC5) is unknown color: approx Melanie. HEX triplet: DF, BD and C5. RGB value is (223,189,197). Sum of RGB (Red+Green+Blue) = 223+189+197=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC5 is #20423A. Grayscale: #C8C8C8. Windows color (decimal): -2114107 or 12959199. OLE color: 12959199.

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

Color convert

RGB223189197-
CMYK00.150.120.13
HSL345.88º34.69%80.78%-
HSV(B)345.88º15.25%87.45%-
XYZ58.7156.1160.56-
YUV200.08126.26144.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=36.62%
G=31.03%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318919700.150.120.13345.8834.6980.78
HexDFBDC50FCD15a2351
Octal337275305017141553243121
Binary11011111101111011100010101111110011011010110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDC5; }

 p { color: rgb(223,189,197); }

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

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

 a { background-color: rgb(223,189,197); }

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

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

 span { border-color: rgb(223,189,197); }

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