#DFBDC9

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

Shades of Melanie #DFBDC9

Tints of Melanie #DFBDC9

Color information

#DFBDC9 (or 0xDFBDC9) is unknown color: approx Melanie. HEX triplet: DF, BD and C9. RGB value is (223,189,201). Sum of RGB (Red+Green+Blue) = 223+189+201=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC9 is #204236. Grayscale: #C8C8C8. Windows color (decimal): -2114103 or 13221343. OLE color: 13221343.

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

Color convert

RGB223189201-
CMYK00.150.100.13
HSL338.82º34.69%80.78%-
HSV(B)338.82º15.25%87.45%-
XYZ59.1756.363.01-
YUV200.53128.26144.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=36.38%
G=30.83%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318920100.150.100.13338.8234.6980.78
HexDFBDC90FAD1532351
Octal337275311017121552343121
Binary11011111101111011100100101111101011011010100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDC9; }

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

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

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

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

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

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

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

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