#D4AFD0

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

Shades of French Lilac #D4AFD0

Tints of French Lilac #D4AFD0

Color information

#D4AFD0 (or 0xD4AFD0) is unknown color: approx French Lilac. HEX triplet: D4, AF and D0. RGB value is (212,175,208). Sum of RGB (Red+Green+Blue) = 212+175+208=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFD0 is #2B502F. Grayscale: #BDBDBD. Windows color (decimal): -2838576 or 13676500. OLE color: 13676500.

HSL color Cylindrical-coordinate representation of color #D4AFD0: hue angle of 306.49º 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 #D4AFD0 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212175208-
CMYK00.170.020.17
HSL306.49º30.08%75.88%-
HSV(B)306.49º17.45%83.14%-
XYZ53.8749.2166.33-
YUV189.82138.26143.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=35.63%
G=29.41%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217520800.170.020.17306.4930.0875.88
HexD4AFD00112111321e4c
Octal32425732002122146236114
Binary1101010010101111110100000100011010001100110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFD0; }

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

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

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

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

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

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

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

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