#D6AFD0

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

Shades of French Lilac #D6AFD0

Tints of French Lilac #D6AFD0

Color information

#D6AFD0 (or 0xD6AFD0) is unknown color: approx French Lilac. HEX triplet: D6, AF and D0. RGB value is (214,175,208). Sum of RGB (Red+Green+Blue) = 214+175+208=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFD0 is #29502F. Grayscale: #BEBEBE. Windows color (decimal): -2707504 or 13676502. OLE color: 13676502.

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

Color convert

RGB214175208-
CMYK00.180.030.16
HSL309.23º32.23%76.27%-
HSV(B)309.23º18.22%83.92%-
XYZ54.4549.5166.36-
YUV190.42137.92144.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=35.85%
G=29.31%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417520800.180.030.16309.2332.2376.27
HexD6AFD0012310135204c
Octal32625732002232046540114
Binary11010110101011111101000001001011100001001101011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFD0; }

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

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

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

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

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

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

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

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