#D7BBD0

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

Shades of French Lilac #D7BBD0

Tints of French Lilac #D7BBD0

Color information

#D7BBD0 (or 0xD7BBD0) is unknown color: approx French Lilac. HEX triplet: D7, BB and D0. RGB value is (215,187,208). Sum of RGB (Red+Green+Blue) = 215+187+208=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBD0 is #28442F. Grayscale: #C5C5C5. Windows color (decimal): -2638896 or 13679575. OLE color: 13679575.

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

Color convert

RGB215187208-
CMYK00.130.030.16
HSL315º25.93%78.82%-
HSV(B)315º13.02%84.31%-
XYZ57.1854.5467.19-
YUV197.77133.78140.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=35.25%
G=30.66%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518720800.130.030.1631525.9378.82
HexD7BBD00D31013b1a4f
Octal32727332001532047332117
Binary110101111011101111010000011011110000100111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBD0; }

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

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

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

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

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

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

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

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