#D8AFCD

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

Shades of French Lilac #D8AFCD

Tints of French Lilac #D8AFCD

Color information

#D8AFCD (or 0xD8AFCD) is unknown color: approx French Lilac. HEX triplet: D8, AF and CD. RGB value is (216,175,205). Sum of RGB (Red+Green+Blue) = 216+175+205=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCD is #275032. Grayscale: #BEBEBE. Windows color (decimal): -2576435 or 13479896. OLE color: 13479896.

HSL color Cylindrical-coordinate representation of color #D8AFCD: hue angle of 316.1º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFCD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216175205-
CMYK00.190.050.15
HSL316.1º34.45%76.67%-
HSV(B)316.1º18.98%84.71%-
XYZ54.6749.6764.46-
YUV190.68136.08146.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=36.24%
G=29.36%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617520500.190.050.15316.134.4576.67
HexD8AFCD0135F13c224d
Octal33025731502351747442115
Binary11011000101011111100110101001110111111001111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFCD; }

 p { color: rgb(216,175,205); }

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

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

 a { background-color: rgb(216,175,205); }

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

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

 span { border-color: rgb(216,175,205); }

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