#D4AFD1

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

Shades of French Lilac #D4AFD1

Tints of French Lilac #D4AFD1

Color information

#D4AFD1 (or 0xD4AFD1) is unknown color: approx French Lilac. HEX triplet: D4, AF and D1. RGB value is (212,175,209). Sum of RGB (Red+Green+Blue) = 212+175+209=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD1 is #2B502E. Grayscale: #BDBDBD. Windows color (decimal): -2838575 or 13742036. OLE color: 13742036.

HSL color Cylindrical-coordinate representation of color #D4AFD1: hue angle of 304.86º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFD1 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212175209-
CMYK00.170.010.17
HSL304.86º30.08%75.88%-
HSV(B)304.86º17.45%83.14%-
XYZ53.9949.2666.98-
YUV189.94138.76143.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=35.57%
G=29.36%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217520900.170.010.17304.8630.0875.88
HexD4AFD10111111311e4c
Octal32425732102112146136114
Binary110101001010111111010001010001110001100110001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFD1; }

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

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

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

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

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

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

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

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