#D7AFD1

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

Shades of French Lilac #D7AFD1

Tints of French Lilac #D7AFD1

Color information

#D7AFD1 (or 0xD7AFD1) is unknown color: approx French Lilac. HEX triplet: D7, AF and D1. RGB value is (215,175,209). Sum of RGB (Red+Green+Blue) = 215+175+209=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFD1 is #28502E. Grayscale: #BEBEBE. Windows color (decimal): -2641967 or 13742039. OLE color: 13742039.

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

Color convert

RGB215175209-
CMYK00.190.030.16
HSL309º33.33%76.47%-
HSV(B)309º18.6%84.31%-
XYZ54.8649.7167.03-
YUV190.84138.25145.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=35.89%
G=29.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517520900.190.030.1630933.3376.47
HexD7AFD1013310135214c
Octal32725732102332046541114
Binary11010111101011111101000101001111100001001101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFD1; }

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

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

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

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

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

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

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

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