#DFBEDC

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

Shades of French Lilac #DFBEDC

Tints of French Lilac #DFBEDC

Color information

#DFBEDC (or 0xDFBEDC) is unknown color: approx French Lilac. HEX triplet: DF, BE and DC. RGB value is (223,190,220). Sum of RGB (Red+Green+Blue) = 223+190+220=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDC is #204123. Grayscale: #CBCBCB. Windows color (decimal): -2113828 or 14466783. OLE color: 14466783.

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

Color convert

RGB223190220-
CMYK00.150.010.13
HSL305.45º34.02%80.98%-
HSV(B)305.45º14.8%87.45%-
XYZ61.7657.6875.59-
YUV203.29137.43142.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=35.23%
G=30.02%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319022000.150.010.13305.4534.0280.98
HexDFBEDC0F1D1312251
Octal33727633401711546142121
Binary11011111101111101101110001111111011001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEDC; }

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

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

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

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

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

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

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

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