#DFBFD8

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

Shades of French Lilac #DFBFD8

Tints of French Lilac #DFBFD8

Color information

#DFBFD8 (or 0xDFBFD8) is unknown color: approx French Lilac. HEX triplet: DF, BF and D8. RGB value is (223,191,216). Sum of RGB (Red+Green+Blue) = 223+191+216=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD8 is #204027. Grayscale: #CBCBCB. Windows color (decimal): -2113576 or 14204895. OLE color: 14204895.

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

Color convert

RGB223191216-
CMYK00.140.030.13
HSL313.12º33.33%81.18%-
HSV(B)313.12º14.35%87.45%-
XYZ61.4657.9172.9-
YUV203.42135.1141.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=35.40%
G=30.32%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319121600.140.030.13313.1233.3381.18
HexDFBFD80E3D1392151
Octal33727733001631547141121
Binary110111111011111111011000011101111011001110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFD8; }

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

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

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

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

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

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

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

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