#D7ACCD

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

Shades of French Lilac #D7ACCD

Tints of French Lilac #D7ACCD

Color information

#D7ACCD (or 0xD7ACCD) is unknown color: approx French Lilac. HEX triplet: D7, AC and CD. RGB value is (215,172,205). Sum of RGB (Red+Green+Blue) = 215+172+205=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACCD is #285332. Grayscale: #BCBCBC. Windows color (decimal): -2642739 or 13479127. OLE color: 13479127.

HSL color Cylindrical-coordinate representation of color #D7ACCD: hue angle of 313.95º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACCD is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215172205-
CMYK00.20.050.16
HSL313.95º34.96%75.88%-
HSV(B)313.95º20%84.31%-
XYZ53.848.3664.26-
YUV188.62137.25146.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=36.32%
G=29.05%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517220500.20.050.16313.9534.9675.88
HexD7ACCD01451013a234c
Octal32725431502452047243114
Binary110101111010110011001101010100101100001001110101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACCD; }

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

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

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

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

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

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

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

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