#DFC6DB

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

Shades of French Lilac #DFC6DB

Tints of French Lilac #DFC6DB

Color information

#DFC6DB (or 0xDFC6DB) is unknown color: approx French Lilac. HEX triplet: DF, C6 and DB. RGB value is (223,198,219). Sum of RGB (Red+Green+Blue) = 223+198+219=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DB is #203924. Grayscale: #CFCFCF. Windows color (decimal): -2111781 or 14403295. OLE color: 14403295.

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

Color convert

RGB223198219-
CMYK00.110.020.13
HSL309.6º28.09%82.55%-
HSV(B)309.6º11.21%87.45%-
XYZ63.4161.1975.49-
YUV207.87134.28138.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=34.84%
G=30.94%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319821900.110.020.13309.628.0982.55
HexDFC6DB0B2D1361c53
Octal33730633301321546634123
Binary11011111110001101101101101011101101100110110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6DB; }

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

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

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

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

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

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

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

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