#D7BBD3

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

Shades of French Lilac #D7BBD3

Tints of French Lilac #D7BBD3

Color information

#D7BBD3 (or 0xD7BBD3) is unknown color: approx French Lilac. HEX triplet: D7, BB and D3. RGB value is (215,187,211). Sum of RGB (Red+Green+Blue) = 215+187+211=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBD3 is #28442C. Grayscale: #C6C6C6. Windows color (decimal): -2638893 or 13876183. OLE color: 13876183.

HSL color Cylindrical-coordinate representation of color #D7BBD3: hue angle of 308.57º degrees, saturation: 0.26, 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 #D7BBD3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215187211-
CMYK00.130.020.16
HSL308.57º25.93%78.82%-
HSV(B)308.57º13.02%84.31%-
XYZ57.5554.6969.15-
YUV198.11135.28140.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=35.07%
G=30.51%
B=34.42%

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
Decimal21518721100.130.020.16308.5725.9378.82
HexD7BBD30D2101351a4f
Octal32727332301522046532117
Binary110101111011101111010011011011010000100110101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBD3; }

 p { color: rgb(215,187,211); }

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

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

 a { background-color: rgb(215,187,211); }

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

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

 span { border-color: rgb(215,187,211); }

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