#DFC4DB

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

Shades of French Lilac #DFC4DB

Tints of French Lilac #DFC4DB

Color information

#DFC4DB (or 0xDFC4DB) is unknown color: approx French Lilac. HEX triplet: DF, C4 and DB. RGB value is (223,196,219). Sum of RGB (Red+Green+Blue) = 223+196+219=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DB is #203B24. Grayscale: #CECECE. Windows color (decimal): -2112293 or 14402783. OLE color: 14402783.

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

Color convert

RGB223196219-
CMYK00.120.020.13
HSL308.89º29.67%82.16%-
HSV(B)308.89º12.11%87.45%-
XYZ62.9660.2875.34-
YUV206.7134.95139.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=34.95%
G=30.72%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319621900.120.020.13308.8929.6782.16
HexDFC4DB0C2D1351e52
Octal33730433301421546536122
Binary11011111110001001101101101100101101100110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4DB; }

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

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

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

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

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

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

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

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