#DFBDC2

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

Shades of Melanie #DFBDC2

Tints of Melanie #DFBDC2

Color information

#DFBDC2 (or 0xDFBDC2) is unknown color: approx Melanie. HEX triplet: DF, BD and C2. RGB value is (223,189,194). Sum of RGB (Red+Green+Blue) = 223+189+194=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC2 is #20423D. Grayscale: #C7C7C7. Windows color (decimal): -2114110 or 12762591. OLE color: 12762591.

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

Color convert

RGB223189194-
CMYK00.150.130.13
HSL351.18º34.69%80.78%-
HSV(B)351.18º15.25%87.45%-
XYZ58.3755.9858.77-
YUV199.74124.76144.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 194 (76.17% from 255) = 32.01%
R=36.80%
G=31.19%
B=32.01%

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
Decimal22318919400.150.130.13351.1834.6980.78
HexDFBDC20FDD15f2351
Octal337275302017151553743121
Binary11011111101111011100001001111110111011010111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDC2; }

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

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

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

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

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

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

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

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