#DFB0DE

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

Shades of French Lilac #DFB0DE

Tints of French Lilac #DFB0DE

Color information

#DFB0DE (or 0xDFB0DE) is unknown color: approx French Lilac. HEX triplet: DF, B0 and DE. RGB value is (223,176,222). Sum of RGB (Red+Green+Blue) = 223+176+222=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DE is #204F21. Grayscale: #C3C3C3. Windows color (decimal): -2117410 or 14594271. OLE color: 14594271.

HSL color Cylindrical-coordinate representation of color #DFB0DE: hue angle of 301.28º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0DE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223176222-
CMYK00.210.000.13
HSL301.28º42.34%78.24%-
HSV(B)301.28º21.08%87.45%-
XYZ59.1452.0176.03-
YUV195.3143.07147.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=35.91%
G=28.34%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317622200.210.000.13301.2842.3478.24
HexDFB0DE0150D12d2a4e
Octal33726033602501545552116
Binary110111111011000011011110010101011011001011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0DE; }

 p { color: rgb(223,176,222); }

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

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

 a { background-color: rgb(223,176,222); }

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

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

 span { border-color: rgb(223,176,222); }

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