#D2BACE

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

Shades of French Lilac #D2BACE

Tints of French Lilac #D2BACE

Color information

#D2BACE (or 0xD2BACE) is unknown color: approx French Lilac. HEX triplet: D2, BA and CE. RGB value is (210,186,206). Sum of RGB (Red+Green+Blue) = 210+186+206=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACE is #2D4531. Grayscale: #C3C3C3. Windows color (decimal): -2966834 or 13548242. OLE color: 13548242.

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

Color convert

RGB210186206-
CMYK00.110.020.18
HSL310º21.05%77.65%-
HSV(B)310º11.43%82.35%-
XYZ55.2853.2865.76-
YUV195.46133.95138.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=34.88%
G=30.90%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018620600.110.020.1831021.0577.65
HexD2BACE0B212136154e
Octal32227231601322246625116
Binary110100101011101011001110010111010010100110110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BACE; }

 p { color: rgb(210,186,206); }

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

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

 a { background-color: rgb(210,186,206); }

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

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

 span { border-color: rgb(210,186,206); }

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