#D6BBD2

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

Shades of French Lilac #D6BBD2

Tints of French Lilac #D6BBD2

Color information

#D6BBD2 (or 0xD6BBD2) is unknown color: approx French Lilac. HEX triplet: D6, BB and D2. RGB value is (214,187,210). Sum of RGB (Red+Green+Blue) = 214+187+210=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD2 is #29442D. Grayscale: #C5C5C5. Windows color (decimal): -2704430 or 13810646. OLE color: 13810646.

HSL color Cylindrical-coordinate representation of color #D6BBD2: hue angle of 308.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBD2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214187210-
CMYK00.130.020.16
HSL308.89º24.77%78.63%-
HSV(B)308.89º12.62%83.92%-
XYZ57.1354.4968.48-
YUV197.7134.95139.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 210 (82.42% from 255) = 34.37%
R=35.02%
G=30.61%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418721000.130.020.16308.8924.7778.63
HexD6BBD20D210135194f
Octal32627332201522046531117
Binary110101101011101111010010011011010000100110101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBD2; }

 p { color: rgb(214,187,210); }

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

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

 a { background-color: rgb(214,187,210); }

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

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

 span { border-color: rgb(214,187,210); }

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