#DFCAD9

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

Shades of French Lilac #DFCAD9

Tints of French Lilac #DFCAD9

Color information

#DFCAD9 (or 0xDFCAD9) is unknown color: approx French Lilac. HEX triplet: DF, CA and D9. RGB value is (223,202,217). Sum of RGB (Red+Green+Blue) = 223+202+217=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD9 is #203526. Grayscale: #D1D1D1. Windows color (decimal): -2110759 or 14273247. OLE color: 14273247.

HSL color Cylindrical-coordinate representation of color #DFCAD9: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCAD9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223202217-
CMYK00.090.030.13
HSL317.14º24.71%83.33%-
HSV(B)317.14º9.42%87.45%-
XYZ64.0862.9474.42-
YUV209.99131.96137.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=34.74%
G=31.46%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320221700.090.030.13317.1424.7183.33
HexDFCAD9093D13d1953
Octal33731233101131547531123
Binary11011111110010101101100101001111101100111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD9; }

 p { color: rgb(223,202,217); }

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

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

 a { background-color: rgb(223,202,217); }

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

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

 span { border-color: rgb(223,202,217); }

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