#D6BCD0

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

Shades of French Lilac #D6BCD0

Tints of French Lilac #D6BCD0

Color information

#D6BCD0 (or 0xD6BCD0) is unknown color: approx French Lilac. HEX triplet: D6, BC and D0. RGB value is (214,188,208). Sum of RGB (Red+Green+Blue) = 214+188+208=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD0 is #29432F. Grayscale: #C6C6C6. Windows color (decimal): -2704176 or 13679830. OLE color: 13679830.

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

Color convert

RGB214188208-
CMYK00.120.030.16
HSL313.85º24.07%78.82%-
HSV(B)313.85º12.15%83.92%-
XYZ57.154.8267.25-
YUV198.05133.61139.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=35.08%
G=30.82%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418820800.120.030.16313.8524.0778.82
HexD6BCD00C31013a184f
Octal32627432001432047230117
Binary110101101011110011010000011001110000100111010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCD0; }

 p { color: rgb(214,188,208); }

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

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

 a { background-color: rgb(214,188,208); }

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

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

 span { border-color: rgb(214,188,208); }

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