#D6A9CE

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

Shades of French Lilac #D6A9CE

Tints of French Lilac #D6A9CE

Color information

#D6A9CE (or 0xD6A9CE) is unknown color: approx French Lilac. HEX triplet: D6, A9 and CE. RGB value is (214,169,206). Sum of RGB (Red+Green+Blue) = 214+169+206=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9CE is #295631. Grayscale: #BABABA. Windows color (decimal): -2709042 or 13543894. OLE color: 13543894.

HSL color Cylindrical-coordinate representation of color #D6A9CE: hue angle of 310.67º 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 #D6A9CE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214169206-
CMYK00.210.040.16
HSL310.67º35.43%75.1%-
HSV(B)310.67º21.03%83.92%-
XYZ53.0647.1364.69-
YUV186.67138.91147.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=36.33%
G=28.69%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416920600.210.040.16310.6735.4375.1
HexD6A9CE015410137234b
Octal32625131602542046743113
Binary110101101010100111001110010101100100001001101111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9CE; }

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

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

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

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

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

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

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

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