#DFBEC1

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

Shades of Melanie #DFBEC1

Tints of Melanie #DFBEC1

Color information

#DFBEC1 (or 0xDFBEC1) is unknown color: approx Melanie. HEX triplet: DF, BE and C1. RGB value is (223,190,193). Sum of RGB (Red+Green+Blue) = 223+190+193=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEC1 is #20413E. Grayscale: #C8C8C8. Windows color (decimal): -2113855 or 12697311. OLE color: 12697311.

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

Color convert

RGB223190193-
CMYK00.150.130.13
HSL354.55º34.02%80.98%-
HSV(B)354.55º14.8%87.45%-
XYZ58.4756.3758.25-
YUV200.21123.93144.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=36.80%
G=31.35%
B=31.85%

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
Decimal22319019300.150.130.13354.5534.0280.98
HexDFBEC10FDD1632251
Octal337276301017151554342121
Binary11011111101111101100000101111110111011011000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEC1; }

 p { color: rgb(223,190,193); }

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

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

 a { background-color: rgb(223,190,193); }

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

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

 span { border-color: rgb(223,190,193); }

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