#DFCADA

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

Shades of French Lilac #DFCADA

Tints of French Lilac #DFCADA

Color information

#DFCADA (or 0xDFCADA) is unknown color: approx French Lilac. HEX triplet: DF, CA and DA. RGB value is (223,202,218). Sum of RGB (Red+Green+Blue) = 223+202+218=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADA is #203525. Grayscale: #D2D2D2. Windows color (decimal): -2110758 or 14338783. OLE color: 14338783.

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

Color convert

RGB223202218-
CMYK00.090.020.13
HSL314.29º24.71%83.33%-
HSV(B)314.29º9.42%87.45%-
XYZ64.2162.9975.1-
YUV210.1132.46137.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=34.68%
G=31.42%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320221800.090.020.13314.2924.7183.33
HexDFCADA092D13a1953
Octal33731233201121547231123
Binary11011111110010101101101001001101101100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCADA; }

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

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

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

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

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

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

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

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