#DFBCDA

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

Shades of French Lilac #DFBCDA

Tints of French Lilac #DFBCDA

Color information

#DFBCDA (or 0xDFBCDA) is unknown color: approx French Lilac. HEX triplet: DF, BC and DA. RGB value is (223,188,218). Sum of RGB (Red+Green+Blue) = 223+188+218=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDA is #204325. Grayscale: #C9C9C9. Windows color (decimal): -2114342 or 14335199. OLE color: 14335199.

HSL color Cylindrical-coordinate representation of color #DFBCDA: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCDA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223188218-
CMYK00.160.020.13
HSL308.57º35.35%80.59%-
HSV(B)308.57º15.7%87.45%-
XYZ61.0756.7274.06-
YUV201.88137.1143.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=35.45%
G=29.89%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821800.160.020.13308.5735.3580.59
HexDFBCDA0102D1352351
Octal33727433202021546543121
Binary1101111110111100110110100100001011011001101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCDA; }

 p { color: rgb(223,188,218); }

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

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

 a { background-color: rgb(223,188,218); }

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

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

 span { border-color: rgb(223,188,218); }

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