#D29AC6

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

Shades of Lilac #D29AC6

Tints of Lilac #D29AC6

Color information

#D29AC6 (or 0xD29AC6) is unknown color: approx Lilac. HEX triplet: D2, 9A and C6. RGB value is (210,154,198). Sum of RGB (Red+Green+Blue) = 210+154+198=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC6 is #2D6539. Grayscale: #AFAFAF. Windows color (decimal): -2975034 or 13015762. OLE color: 13015762.

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

Color convert

RGB210154198-
CMYK00.270.060.18
HSL312.86º38.36%71.37%-
HSV(B)312.86º26.67%82.35%-
XYZ48.3340.8958.77-
YUV175.76140.55152.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=37.37%
G=27.40%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015419800.270.060.18312.8638.3671.37
HexD29AC601B6121392647
Octal32223230603362247146107
Binary110100101001101011000110011011110100101001110011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AC6; }

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

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

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

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

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

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

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

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