#DFCDDB

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

Shades of French Lilac #DFCDDB

Tints of French Lilac #DFCDDB

Color information

#DFCDDB (or 0xDFCDDB) is unknown color: approx French Lilac. HEX triplet: DF, CD and DB. RGB value is (223,205,219). Sum of RGB (Red+Green+Blue) = 223+205+219=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDB is #203224. Grayscale: #D3D3D3. Windows color (decimal): -2109989 or 14405087. OLE color: 14405087.

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

Color convert

RGB223205219-
CMYK00.080.020.13
HSL313.33º21.95%83.92%-
HSV(B)313.33º8.07%87.45%-
XYZ65.0564.4776.03-
YUV211.98131.96135.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=34.47%
G=31.68%
B=33.85%

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
Decimal22320521900.080.020.13313.3321.9583.92
HexDFCDDB082D1391654
Octal33731533301021547126124
Binary11011111110011011101101101000101101100111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDB; }

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

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

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

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

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

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

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

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