#DFB1D0

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

Shades of French Lilac #DFB1D0

Tints of French Lilac #DFB1D0

Color information

#DFB1D0 (or 0xDFB1D0) is unknown color: approx French Lilac. HEX triplet: DF, B1 and D0. RGB value is (223,177,208). Sum of RGB (Red+Green+Blue) = 223+177+208=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D0 is #204E2F. Grayscale: #C2C2C2. Windows color (decimal): -2117168 or 13677023. OLE color: 13677023.

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

Color convert

RGB223177208-
CMYK00.210.070.13
HSL319.57º41.82%78.43%-
HSV(B)319.57º20.63%87.45%-
XYZ57.5451.6966.62-
YUV194.29135.74148.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=36.68%
G=29.11%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317720800.210.070.13319.5741.8278.43
HexDFB1D00157D1402a4e
Octal33726132002571550052116
Binary11011111101100011101000001010111111011010000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1D0; }

 p { color: rgb(223,177,208); }

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

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

 a { background-color: rgb(223,177,208); }

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

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

 span { border-color: rgb(223,177,208); }

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