#DFBFDC

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

Shades of French Lilac #DFBFDC

Tints of French Lilac #DFBFDC

Color information

#DFBFDC (or 0xDFBFDC) is unknown color: approx French Lilac. HEX triplet: DF, BF and DC. RGB value is (223,191,220). Sum of RGB (Red+Green+Blue) = 223+191+220=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDC is #204023. Grayscale: #CBCBCB. Windows color (decimal): -2113572 or 14467039. OLE color: 14467039.

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

Color convert

RGB223191220-
CMYK00.140.010.13
HSL305.62º33.33%81.18%-
HSV(B)305.62º14.35%87.45%-
XYZ61.9858.1275.66-
YUV203.87137.1141.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=35.17%
G=30.13%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319122000.140.010.13305.6233.3381.18
HexDFBFDC0E1D1322151
Octal33727733401611546241121
Binary11011111101111111101110001110111011001100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFDC; }

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

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

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

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

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

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

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

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