#D2ACCD

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

Shades of Lilac #D2ACCD

Tints of Lilac #D2ACCD

Color information

#D2ACCD (or 0xD2ACCD) is unknown color: approx Lilac. HEX triplet: D2, AC and CD. RGB value is (210,172,205). Sum of RGB (Red+Green+Blue) = 210+172+205=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACCD is #2D5332. Grayscale: #BBBBBB. Windows color (decimal): -2970419 or 13479122. OLE color: 13479122.

HSL color Cylindrical-coordinate representation of color #D2ACCD: hue angle of 307.89º 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 #D2ACCD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210172205-
CMYK00.180.020.18
HSL307.89º29.69%74.9%-
HSV(B)307.89º18.1%82.35%-
XYZ52.3547.6164.19-
YUV187.12138.09144.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=35.78%
G=29.30%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017220500.180.020.18307.8929.6974.9
HexD2ACCD0122121341e4b
Octal32225431502222246436113
Binary1101001010101100110011010100101010010100110100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACCD; }

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

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

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

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

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

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

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

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