#D2ACD1

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

Shades of Lilac #D2ACD1

Tints of Lilac #D2ACD1

Color information

#D2ACD1 (or 0xD2ACD1) is unknown color: approx Lilac. HEX triplet: D2, AC and D1. RGB value is (210,172,209). Sum of RGB (Red+Green+Blue) = 210+172+209=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACD1 is #2D532E. Grayscale: #BBBBBB. Windows color (decimal): -2970415 or 13741266. OLE color: 13741266.

HSL color Cylindrical-coordinate representation of color #D2ACD1: hue angle of 301.58º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACD1 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210172209-
CMYK00.180.000.18
HSL301.58º29.69%74.9%-
HSV(B)301.58º18.1%82.35%-
XYZ52.8447.8166.76-
YUV187.58140.09143.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=35.53%
G=29.10%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017220900.180.000.18301.5829.6974.9
HexD2ACD101201212e1e4b
Octal32225432102202245636113
Binary110100101010110011010001010010010010100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACD1; }

 p { color: rgb(210,172,209); }

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

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

 a { background-color: rgb(210,172,209); }

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

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

 span { border-color: rgb(210,172,209); }

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