#DFC2DB

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

Shades of French Lilac #DFC2DB

Tints of French Lilac #DFC2DB

Color information

#DFC2DB (or 0xDFC2DB) is unknown color: approx French Lilac. HEX triplet: DF, C2 and DB. RGB value is (223,194,219). Sum of RGB (Red+Green+Blue) = 223+194+219=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DB is #203D24. Grayscale: #CDCDCD. Windows color (decimal): -2112805 or 14402271. OLE color: 14402271.

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

Color convert

RGB223194219-
CMYK00.130.020.13
HSL308.28º31.18%81.76%-
HSV(B)308.28º13%87.45%-
XYZ62.5159.3975.19-
YUV205.52135.61140.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=35.06%
G=30.50%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319421900.130.020.13308.2831.1881.76
HexDFC2DB0D2D1341f52
Octal33730233301521546437122
Binary11011111110000101101101101101101101100110100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2DB; }

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

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

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

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

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

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

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

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