#DFBBD4

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

Shades of French Lilac #DFBBD4

Tints of French Lilac #DFBBD4

Color information

#DFBBD4 (or 0xDFBBD4) is unknown color: approx French Lilac. HEX triplet: DF, BB and D4. RGB value is (223,187,212). Sum of RGB (Red+Green+Blue) = 223+187+212=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD4 is #20442B. Grayscale: #C8C8C8. Windows color (decimal): -2114604 or 13941727. OLE color: 13941727.

HSL color Cylindrical-coordinate representation of color #DFBBD4: hue angle of 318.33º 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 #DFBBD4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223187212-
CMYK00.160.050.13
HSL318.33º36%80.39%-
HSV(B)318.33º16.14%87.45%-
XYZ60.0955.9869.93-
YUV200.61134.43143.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=35.85%
G=30.06%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318721200.160.050.13318.333680.39
HexDFBBD40105D13e2450
Octal33727332402051547644120
Binary11011111101110111101010001000010111011001111101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBD4; }

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

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

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

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

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

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

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

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