#D5AFCE

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

Shades of French Lilac #D5AFCE

Tints of French Lilac #D5AFCE

Color information

#D5AFCE (or 0xD5AFCE) is unknown color: approx French Lilac. HEX triplet: D5, AF and CE. RGB value is (213,175,206). Sum of RGB (Red+Green+Blue) = 213+175+206=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFCE is #2A5031. Grayscale: #BDBDBD. Windows color (decimal): -2773042 or 13545429. OLE color: 13545429.

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

Color convert

RGB213175206-
CMYK00.180.030.16
HSL311.05º31.15%76.08%-
HSV(B)311.05º17.84%83.53%-
XYZ53.9149.2665.06-
YUV189.9137.09144.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=35.86%
G=29.46%
B=34.68%

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
Decimal21317520600.180.030.16311.0531.1576.08
HexD5AFCE0123101371f4c
Octal32525731602232046737114
Binary1101010110101111110011100100101110000100110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFCE; }

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

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

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

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

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

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

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

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