#D8BBD1

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

Shades of French Lilac #D8BBD1

Tints of French Lilac #D8BBD1

Color information

#D8BBD1 (or 0xD8BBD1) is unknown color: approx French Lilac. HEX triplet: D8, BB and D1. RGB value is (216,187,209). Sum of RGB (Red+Green+Blue) = 216+187+209=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBD1 is #27442E. Grayscale: #C6C6C6. Windows color (decimal): -2573359 or 13745112. OLE color: 13745112.

HSL color Cylindrical-coordinate representation of color #D8BBD1: hue angle of 314.48º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BBD1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216187209-
CMYK00.130.030.15
HSL314.48º27.1%79.02%-
HSV(B)314.48º13.43%84.71%-
XYZ57.654.7467.85-
YUV198.18134.11140.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=35.29%
G=30.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618720900.130.030.15314.4827.179.02
HexD8BBD10D3F13a1b4f
Octal33027332101531747233117
Binary11011000101110111101000101101111111100111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBD1; }

 p { color: rgb(216,187,209); }

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

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

 a { background-color: rgb(216,187,209); }

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

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

 span { border-color: rgb(216,187,209); }

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