#DFCEDB

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

Shades of French Lilac #DFCEDB

Tints of French Lilac #DFCEDB

Color information

#DFCEDB (or 0xDFCEDB) is unknown color: approx French Lilac. HEX triplet: DF, CE and DB. RGB value is (223,206,219). Sum of RGB (Red+Green+Blue) = 223+206+219=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDB is #203124. Grayscale: #D4D4D4. Windows color (decimal): -2109733 or 14405343. OLE color: 14405343.

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

Color convert

RGB223206219-
CMYK00.080.020.13
HSL314.12º20.99%84.12%-
HSV(B)314.12º7.62%87.45%-
XYZ65.2964.9576.11-
YUV212.56131.63135.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=34.41%
G=31.79%
B=33.80%

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
Decimal22320621900.080.020.13314.1220.9984.12
HexDFCEDB082D13a1554
Octal33731633301021547225124
Binary11011111110011101101101101000101101100111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEDB; }

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

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

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

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

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

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

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

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