#DFC3DB

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

Shades of French Lilac #DFC3DB

Tints of French Lilac #DFC3DB

Color information

#DFC3DB (or 0xDFC3DB) is unknown color: approx French Lilac. HEX triplet: DF, C3 and DB. RGB value is (223,195,219). Sum of RGB (Red+Green+Blue) = 223+195+219=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DB is #203C24. Grayscale: #CECECE. Windows color (decimal): -2112549 or 14402527. OLE color: 14402527.

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

Color convert

RGB223195219-
CMYK00.130.020.13
HSL308.57º30.43%81.96%-
HSV(B)308.57º12.56%87.45%-
XYZ62.7359.8375.26-
YUV206.11135.28140.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=35.01%
G=30.61%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319521900.130.020.13308.5730.4381.96
HexDFC3DB0D2D1351e52
Octal33730333301521546536122
Binary11011111110000111101101101101101101100110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3DB; }

 p { color: rgb(223,195,219); }

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

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

 a { background-color: rgb(223,195,219); }

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

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

 span { border-color: rgb(223,195,219); }

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