#DFBDC3

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

Shades of Melanie #DFBDC3

Tints of Melanie #DFBDC3

Color information

#DFBDC3 (or 0xDFBDC3) is unknown color: approx Melanie. HEX triplet: DF, BD and C3. RGB value is (223,189,195). Sum of RGB (Red+Green+Blue) = 223+189+195=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC3 is #20423C. Grayscale: #C7C7C7. Windows color (decimal): -2114109 or 12828127. OLE color: 12828127.

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

Color convert

RGB223189195-
CMYK00.150.130.13
HSL349.41º34.69%80.78%-
HSV(B)349.41º15.25%87.45%-
XYZ58.4856.0259.36-
YUV199.85125.26144.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=36.74%
G=31.14%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318919500.150.130.13349.4134.6980.78
HexDFBDC30FDD15d2351
Octal337275303017151553543121
Binary11011111101111011100001101111110111011010111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDC3; }

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

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

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

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

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

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

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

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