#D3B5CD

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

Shades of French Lilac #D3B5CD

Tints of French Lilac #D3B5CD

Color information

#D3B5CD (or 0xD3B5CD) is unknown color: approx French Lilac. HEX triplet: D3, B5 and CD. RGB value is (211,181,205). Sum of RGB (Red+Green+Blue) = 211+181+205=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5CD is #2C4A32. Grayscale: #C0C0C0. Windows color (decimal): -2902579 or 13481427. OLE color: 13481427.

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

Color convert

RGB211181205-
CMYK00.140.030.17
HSL312º25.42%76.86%-
HSV(B)312º14.22%82.75%-
XYZ54.4151.364.79-
YUV192.71134.94141.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=35.34%
G=30.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118120500.140.030.1731225.4276.86
HexD3B5CD0E311138194d
Octal32326531501632147031115
Binary110100111011010111001101011101110001100111000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B5CD; }

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

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

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

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

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

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

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

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