#D6AECE

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

Shades of French Lilac #D6AECE

Tints of French Lilac #D6AECE

Color information

#D6AECE (or 0xD6AECE) is unknown color: approx French Lilac. HEX triplet: D6, AE and CE. RGB value is (214,174,206). Sum of RGB (Red+Green+Blue) = 214+174+206=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AECE is #295131. Grayscale: #BDBDBD. Windows color (decimal): -2707762 or 13545174. OLE color: 13545174.

HSL color Cylindrical-coordinate representation of color #D6AECE: hue angle of 312º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AECE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214174206-
CMYK00.190.040.16
HSL312º32.79%76.08%-
HSV(B)312º18.69%83.92%-
XYZ54.0149.0265.01-
YUV189.61137.25145.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=36.03%
G=29.29%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417420600.190.040.1631232.7976.08
HexD6AECE013410138214c
Octal32625631602342047041114
Binary110101101010111011001110010011100100001001110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AECE; }

 p { color: rgb(214,174,206); }

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

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

 a { background-color: rgb(214,174,206); }

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

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

 span { border-color: rgb(214,174,206); }

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