#D8ACCD

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

Shades of French Lilac #D8ACCD

Tints of French Lilac #D8ACCD

Color information

#D8ACCD (or 0xD8ACCD) is unknown color: approx French Lilac. HEX triplet: D8, AC and CD. RGB value is (216,172,205). Sum of RGB (Red+Green+Blue) = 216+172+205=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCD is #275332. Grayscale: #BCBCBC. Windows color (decimal): -2577203 or 13479128. OLE color: 13479128.

HSL color Cylindrical-coordinate representation of color #D8ACCD: hue angle of 315º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCD is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216172205-
CMYK00.200.050.15
HSL315º36.07%76.08%-
HSV(B)315º20.37%84.71%-
XYZ54.0948.5164.27-
YUV188.92137.08147.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=36.42%
G=29.01%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617220500.200.050.1531536.0776.08
HexD8ACCD0145F13b244c
Octal33025431502451747344114
Binary11011000101011001100110101010010111111001110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACCD; }

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

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

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

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

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

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

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

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