#D4AFCE

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

Shades of French Lilac #D4AFCE

Tints of French Lilac #D4AFCE

Color information

#D4AFCE (or 0xD4AFCE) is unknown color: approx French Lilac. HEX triplet: D4, AF and CE. RGB value is (212,175,206). Sum of RGB (Red+Green+Blue) = 212+175+206=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFCE is #2B5031. Grayscale: #BDBDBD. Windows color (decimal): -2838578 or 13545428. OLE color: 13545428.

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

Color convert

RGB212175206-
CMYK00.170.030.17
HSL309.73º30.08%75.88%-
HSV(B)309.73º17.45%83.14%-
XYZ53.6249.1165.05-
YUV189.6137.26143.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=35.75%
G=29.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217520600.170.030.17309.7330.0875.88
HexD4AFCE0113111361e4c
Octal32425731602132146636114
Binary1101010010101111110011100100011110001100110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFCE; }

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

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

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

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

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

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

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

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