#D3B8CD

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

Shades of French Lilac #D3B8CD

Tints of French Lilac #D3B8CD

Color information

#D3B8CD (or 0xD3B8CD) is unknown color: approx French Lilac. HEX triplet: D3, B8 and CD. RGB value is (211,184,205). Sum of RGB (Red+Green+Blue) = 211+184+205=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B8CD is #2C4732. Grayscale: #C2C2C2. Windows color (decimal): -2901811 or 13482195. OLE color: 13482195.

HSL color Cylindrical-coordinate representation of color #D3B8CD: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B8CD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211184205-
CMYK00.130.030.17
HSL313.33º23.48%77.45%-
HSV(B)313.33º12.8%82.75%-
XYZ55.0252.5465-
YUV194.47133.95139.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 184 (72.27% from 255) = 30.67%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=35.17%
G=30.67%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118420500.130.030.17313.3323.4877.45
HexD3B8CD0D311139174d
Octal32327031501532147127115
Binary110100111011100011001101011011110001100111001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B8CD; }

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

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

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

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

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

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

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

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