#DFC7DB

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

Shades of French Lilac #DFC7DB

Tints of French Lilac #DFC7DB

Color information

#DFC7DB (or 0xDFC7DB) is unknown color: approx French Lilac. HEX triplet: DF, C7 and DB. RGB value is (223,199,219). Sum of RGB (Red+Green+Blue) = 223+199+219=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7DB is #203824. Grayscale: #D0D0D0. Windows color (decimal): -2111525 or 14403551. OLE color: 14403551.

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

Color convert

RGB223199219-
CMYK00.110.020.13
HSL310º27.27%82.75%-
HSV(B)310º10.76%87.45%-
XYZ63.6461.6575.56-
YUV208.46133.95138.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=34.79%
G=31.05%
B=34.17%

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
Decimal22319921900.110.020.1331027.2782.75
HexDFC7DB0B2D1361b53
Octal33730733301321546633123
Binary11011111110001111101101101011101101100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7DB; }

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

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

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

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

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

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

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

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