#D1B8CD

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

Shades of French Lilac #D1B8CD

Tints of French Lilac #D1B8CD

Color information

#D1B8CD (or 0xD1B8CD) is unknown color: approx French Lilac. HEX triplet: D1, B8 and CD. RGB value is (209,184,205). Sum of RGB (Red+Green+Blue) = 209+184+205=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8CD is #2E4732. Grayscale: #C1C1C1. Windows color (decimal): -3032883 or 13482193. OLE color: 13482193.

HSL color Cylindrical-coordinate representation of color #D1B8CD: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B8CD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209184205-
CMYK00.120.020.18
HSL309.6º21.37%77.06%-
HSV(B)309.6º11.96%81.96%-
XYZ54.4552.2464.97-
YUV193.87134.28138.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=34.95%
G=30.77%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918420500.120.020.18309.621.3777.06
HexD1B8CD0C212136154d
Octal32127031501422246625115
Binary110100011011100011001101011001010010100110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B8CD; }

 p { color: rgb(209,184,205); }

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

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

 a { background-color: rgb(209,184,205); }

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

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

 span { border-color: rgb(209,184,205); }

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