#DFBBD5

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

Shades of French Lilac #DFBBD5

Tints of French Lilac #DFBBD5

Color information

#DFBBD5 (or 0xDFBBD5) is unknown color: approx French Lilac. HEX triplet: DF, BB and D5. RGB value is (223,187,213). Sum of RGB (Red+Green+Blue) = 223+187+213=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD5 is #20442A. Grayscale: #C8C8C8. Windows color (decimal): -2114603 or 14007263. OLE color: 14007263.

HSL color Cylindrical-coordinate representation of color #DFBBD5: hue angle of 316.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBD5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223187213-
CMYK00.160.040.13
HSL316.67º36%80.39%-
HSV(B)316.67º16.14%87.45%-
XYZ60.2156.0370.59-
YUV200.73134.93143.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=35.79%
G=30.02%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318721300.160.040.13316.673680.39
HexDFBBD50104D13d2450
Octal33727332502041547544120
Binary11011111101110111101010101000010011011001111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBD5; }

 p { color: rgb(223,187,213); }

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

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

 a { background-color: rgb(223,187,213); }

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

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

 span { border-color: rgb(223,187,213); }

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