#D2B6CD

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

Shades of French Lilac #D2B6CD

Tints of French Lilac #D2B6CD

Color information

#D2B6CD (or 0xD2B6CD) is unknown color: approx French Lilac. HEX triplet: D2, B6 and CD. RGB value is (210,182,205). Sum of RGB (Red+Green+Blue) = 210+182+205=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B6CD is #2D4932. Grayscale: #C0C0C0. Windows color (decimal): -2967859 or 13481682. OLE color: 13481682.

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

Color convert

RGB210182205-
CMYK00.130.020.18
HSL310.71º23.73%76.86%-
HSV(B)310.71º13.33%82.35%-
XYZ54.3351.5764.85-
YUV192.99134.78140.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=35.18%
G=30.49%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018220500.130.020.18310.7123.7376.86
HexD2B6CD0D212137184d
Octal32226631501522246730115
Binary110100101011011011001101011011010010100110111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B6CD; }

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

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

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

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

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

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

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

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