#DFC0DB

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

Shades of French Lilac #DFC0DB

Tints of French Lilac #DFC0DB

Color information

#DFC0DB (or 0xDFC0DB) is unknown color: approx French Lilac. HEX triplet: DF, C0 and DB. RGB value is (223,192,219). Sum of RGB (Red+Green+Blue) = 223+192+219=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DB is #203F24. Grayscale: #CCCCCC. Windows color (decimal): -2113317 or 14401759. OLE color: 14401759.

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

Color convert

RGB223192219-
CMYK00.140.020.13
HSL307.74º32.63%81.37%-
HSV(B)307.74º13.9%87.45%-
XYZ62.0758.575.04-
YUV204.35136.27141.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=35.17%
G=30.28%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319221900.140.020.13307.7432.6381.37
HexDFC0DB0E2D1342151
Octal33730033301621546441121
Binary110111111100000011011011011101011011001101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0DB; }

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

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

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

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

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

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

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

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