#D29ACA

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

Shades of Lilac #D29ACA

Tints of Lilac #D29ACA

Color information

#D29ACA (or 0xD29ACA) is unknown color: approx Lilac. HEX triplet: D2, 9A and CA. RGB value is (210,154,202). Sum of RGB (Red+Green+Blue) = 210+154+202=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ACA is #2D6535. Grayscale: #B0B0B0. Windows color (decimal): -2975030 or 13277906. OLE color: 13277906.

HSL color Cylindrical-coordinate representation of color #D29ACA: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ACA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210154202-
CMYK00.270.040.18
HSL308.57º38.36%71.37%-
HSV(B)308.57º26.67%82.35%-
XYZ48.7941.0861.23-
YUV176.22142.55152.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=37.10%
G=27.21%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015420200.270.040.18308.5738.3671.37
HexD29ACA01B4121352647
Octal32223231203342246546107
Binary110100101001101011001010011011100100101001101011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ACA; }

 p { color: rgb(210,154,202); }

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

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

 a { background-color: rgb(210,154,202); }

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

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

 span { border-color: rgb(210,154,202); }

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