#D6AFD1

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

Shades of French Lilac #D6AFD1

Tints of French Lilac #D6AFD1

Color information

#D6AFD1 (or 0xD6AFD1) is unknown color: approx French Lilac. HEX triplet: D6, AF and D1. RGB value is (214,175,209). Sum of RGB (Red+Green+Blue) = 214+175+209=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFD1 is #29502E. Grayscale: #BEBEBE. Windows color (decimal): -2707503 or 13742038. OLE color: 13742038.

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

Color convert

RGB214175209-
CMYK00.180.020.16
HSL307.69º32.23%76.27%-
HSV(B)307.69º18.22%83.92%-
XYZ54.5749.5667.01-
YUV190.54138.42144.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=35.79%
G=29.26%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417520900.180.020.16307.6932.2376.27
HexD6AFD1012210134204c
Octal32625732102222046440114
Binary11010110101011111101000101001010100001001101001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFD1; }

 p { color: rgb(214,175,209); }

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

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

 a { background-color: rgb(214,175,209); }

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

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

 span { border-color: rgb(214,175,209); }

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