#D9B1CD

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

Shades of French Lilac #D9B1CD

Tints of French Lilac #D9B1CD

Color information

#D9B1CD (or 0xD9B1CD) is unknown color: approx French Lilac. HEX triplet: D9, B1 and CD. RGB value is (217,177,205). Sum of RGB (Red+Green+Blue) = 217+177+205=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1CD is #264E32. Grayscale: #C0C0C0. Windows color (decimal): -2510387 or 13480409. OLE color: 13480409.

HSL color Cylindrical-coordinate representation of color #D9B1CD: hue angle of 318º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1CD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217177205-
CMYK00.180.060.15
HSL318º34.48%77.25%-
HSV(B)318º18.43%85.1%-
XYZ55.3650.664.61-
YUV192.15135.25145.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=36.23%
G=29.55%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717720500.180.060.1531834.4877.25
HexD9B1CD0126F13e224d
Octal33126131502261747642115
Binary11011001101100011100110101001011011111001111101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1CD; }

 p { color: rgb(217,177,205); }

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

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

 a { background-color: rgb(217,177,205); }

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

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

 span { border-color: rgb(217,177,205); }

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