#D5ACCD

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

Shades of French Lilac #D5ACCD

Tints of French Lilac #D5ACCD

Color information

#D5ACCD (or 0xD5ACCD) is unknown color: approx French Lilac. HEX triplet: D5, AC and CD. RGB value is (213,172,205). Sum of RGB (Red+Green+Blue) = 213+172+205=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCD is #2A5332. Grayscale: #BBBBBB. Windows color (decimal): -2773811 or 13479125. OLE color: 13479125.

HSL color Cylindrical-coordinate representation of color #D5ACCD: hue angle of 311.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACCD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213172205-
CMYK00.190.040.16
HSL311.71º32.8%75.49%-
HSV(B)311.71º19.25%83.53%-
XYZ53.2148.0664.23-
YUV188.02137.58145.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=36.10%
G=29.15%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317220500.190.040.16311.7132.875.49
HexD5ACCD013410138214b
Octal32525431502342047041113
Binary110101011010110011001101010011100100001001110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACCD; }

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

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

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

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

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

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

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

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