#D5AFD1

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

Shades of French Lilac #D5AFD1

Tints of French Lilac #D5AFD1

Color information

#D5AFD1 (or 0xD5AFD1) is unknown color: approx French Lilac. HEX triplet: D5, AF and D1. RGB value is (213,175,209). Sum of RGB (Red+Green+Blue) = 213+175+209=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFD1 is #2A502E. Grayscale: #BEBEBE. Windows color (decimal): -2773039 or 13742037. OLE color: 13742037.

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

Color convert

RGB213175209-
CMYK00.180.020.16
HSL306.32º31.15%76.08%-
HSV(B)306.32º17.84%83.53%-
XYZ54.2849.4167-
YUV190.24138.59144.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=35.68%
G=29.31%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317520900.180.020.16306.3231.1576.08
HexD5AFD10122101321f4c
Octal32525732102222046237114
Binary1101010110101111110100010100101010000100110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFD1; }

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

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

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

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

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

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

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

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