#D6ABD0

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

Shades of French Lilac #D6ABD0

Tints of French Lilac #D6ABD0

Color information

#D6ABD0 (or 0xD6ABD0) is unknown color: approx French Lilac. HEX triplet: D6, AB and D0. RGB value is (214,171,208). Sum of RGB (Red+Green+Blue) = 214+171+208=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABD0 is #29542F. Grayscale: #BBBBBB. Windows color (decimal): -2708528 or 13675478. OLE color: 13675478.

HSL color Cylindrical-coordinate representation of color #D6ABD0: hue angle of 308.37º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABD0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214171208-
CMYK00.200.030.16
HSL308.37º34.4%75.49%-
HSV(B)308.37º20.09%83.92%-
XYZ53.6847.9866.11-
YUV188.08139.25146.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=36.09%
G=28.84%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417120800.200.030.16308.3734.475.49
HexD6ABD0014310134224b
Octal32625332002432046442113
Binary11010110101010111101000001010011100001001101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABD0; }

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

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

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

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

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

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

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

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