#D2ACCF

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

Shades of Lilac #D2ACCF

Tints of Lilac #D2ACCF

Color information

#D2ACCF (or 0xD2ACCF) is unknown color: approx Lilac. HEX triplet: D2, AC and CF. RGB value is (210,172,207). Sum of RGB (Red+Green+Blue) = 210+172+207=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACCF is #2D5330. Grayscale: #BBBBBB. Windows color (decimal): -2970417 or 13610194. OLE color: 13610194.

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

Color convert

RGB210172207-
CMYK00.180.010.18
HSL304.74º29.69%74.9%-
HSV(B)304.74º18.1%82.35%-
XYZ52.5947.7165.47-
YUV187.35139.09144.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=35.65%
G=29.20%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017220700.180.010.18304.7429.6974.9
HexD2ACCF0121121311e4b
Octal32225431702212246136113
Binary110100101010110011001111010010110010100110001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACCF; }

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

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

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

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

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

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

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

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