#D6AAD2

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

Shades of French Lilac #D6AAD2

Tints of French Lilac #D6AAD2

Color information

#D6AAD2 (or 0xD6AAD2) is unknown color: approx French Lilac. HEX triplet: D6, AA and D2. RGB value is (214,170,210). Sum of RGB (Red+Green+Blue) = 214+170+210=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAD2 is #29552D. Grayscale: #BBBBBB. Windows color (decimal): -2708782 or 13806294. OLE color: 13806294.

HSL color Cylindrical-coordinate representation of color #D6AAD2: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAD2 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214170210-
CMYK00.210.020.16
HSL305.45º34.92%75.29%-
HSV(B)305.45º20.56%83.92%-
XYZ53.7447.767.35-
YUV187.72140.58146.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=36.03%
G=28.62%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417021000.210.020.16305.4534.9275.29
HexD6AAD2015210131234b
Octal32625232202522046143113
Binary11010110101010101101001001010110100001001100011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAD2; }

 p { color: rgb(214,170,210); }

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

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

 a { background-color: rgb(214,170,210); }

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

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

 span { border-color: rgb(214,170,210); }

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