#DFBCD4

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

Shades of French Lilac #DFBCD4

Tints of French Lilac #DFBCD4

Color information

#DFBCD4 (or 0xDFBCD4) is unknown color: approx French Lilac. HEX triplet: DF, BC and D4. RGB value is (223,188,212). Sum of RGB (Red+Green+Blue) = 223+188+212=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD4 is #20432B. Grayscale: #C9C9C9. Windows color (decimal): -2114348 or 13941983. OLE color: 13941983.

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

Color convert

RGB223188212-
CMYK00.160.050.13
HSL318.86º35.35%80.59%-
HSV(B)318.86º15.7%87.45%-
XYZ60.356.4170-
YUV201.2134.1143.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=35.79%
G=30.18%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821200.160.050.13318.8635.3580.59
HexDFBCD40105D13f2351
Octal33727432402051547743121
Binary11011111101111001101010001000010111011001111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCD4; }

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

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

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

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

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

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

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

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