#D5B6CD

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

Shades of French Lilac #D5B6CD

Tints of French Lilac #D5B6CD

Color information

#D5B6CD (or 0xD5B6CD) is unknown color: approx French Lilac. HEX triplet: D5, B6 and CD. RGB value is (213,182,205). Sum of RGB (Red+Green+Blue) = 213+182+205=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6CD is #2A4932. Grayscale: #C1C1C1. Windows color (decimal): -2771251 or 13481685. OLE color: 13481685.

HSL color Cylindrical-coordinate representation of color #D5B6CD: hue angle of 315.48º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B6CD is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213182205-
CMYK00.150.040.16
HSL315.48º26.96%77.45%-
HSV(B)315.48º14.55%83.53%-
XYZ55.1952.0164.89-
YUV193.89134.27141.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=35.5%
G=30.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318220500.150.040.16315.4826.9677.45
HexD5B6CD0F41013b1b4d
Octal32526631501742047333115
Binary1101010110110110110011010111110010000100111011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6CD; }

 p { color: rgb(213,182,205); }

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

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

 a { background-color: rgb(213,182,205); }

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

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

 span { border-color: rgb(213,182,205); }

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