#DFC5DB

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

Shades of French Lilac #DFC5DB

Tints of French Lilac #DFC5DB

Color information

#DFC5DB (or 0xDFC5DB) is unknown color: approx French Lilac. HEX triplet: DF, C5 and DB. RGB value is (223,197,219). Sum of RGB (Red+Green+Blue) = 223+197+219=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DB is #203A24. Grayscale: #CFCFCF. Windows color (decimal): -2112037 or 14403039. OLE color: 14403039.

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

Color convert

RGB223197219-
CMYK00.120.020.13
HSL309.23º28.89%82.35%-
HSV(B)309.23º11.66%87.45%-
XYZ63.1860.7375.41-
YUV207.28134.61139.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=34.90%
G=30.83%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319721900.120.020.13309.2328.8982.35
HexDFC5DB0C2D1351d52
Octal33730533301421546535122
Binary11011111110001011101101101100101101100110101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5DB; }

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

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

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

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

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

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

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

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