#D5ACCC

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

Shades of French Lilac #D5ACCC

Tints of French Lilac #D5ACCC

Color information

#D5ACCC (or 0xD5ACCC) is unknown color: approx French Lilac. HEX triplet: D5, AC and CC. RGB value is (213,172,204). Sum of RGB (Red+Green+Blue) = 213+172+204=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCC is #2A5333. Grayscale: #BBBBBB. Windows color (decimal): -2773812 or 13413589. OLE color: 13413589.

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

Color convert

RGB213172204-
CMYK00.190.040.16
HSL313.17º32.8%75.49%-
HSV(B)313.17º19.25%83.53%-
XYZ53.0948.0163.6-
YUV187.91137.08145.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=36.16%
G=29.20%
B=34.63%

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
Decimal21317220400.190.040.16313.1732.875.49
HexD5ACCC013410139214b
Octal32525431402342047141113
Binary110101011010110011001100010011100100001001110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACCC; }

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

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

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

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

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

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

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

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