#DFCDDA

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

Shades of French Lilac #DFCDDA

Tints of French Lilac #DFCDDA

Color information

#DFCDDA (or 0xDFCDDA) is unknown color: approx French Lilac. HEX triplet: DF, CD and DA. RGB value is (223,205,218). Sum of RGB (Red+Green+Blue) = 223+205+218=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDA is #203225. Grayscale: #D3D3D3. Windows color (decimal): -2109990 or 14339551. OLE color: 14339551.

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

Color convert

RGB223205218-
CMYK00.080.020.13
HSL316.67º21.95%83.92%-
HSV(B)316.67º8.07%87.45%-
XYZ64.9264.4175.34-
YUV211.86131.46135.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=34.52%
G=31.73%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320521800.080.020.13316.6721.9583.92
HexDFCDDA082D13d1654
Octal33731533201021547526124
Binary11011111110011011101101001000101101100111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDA; }

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

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

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

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

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

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

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

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