#D29AC8

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

Shades of Lilac #D29AC8

Tints of Lilac #D29AC8

Color information

#D29AC8 (or 0xD29AC8) is unknown color: approx Lilac. HEX triplet: D2, 9A and C8. RGB value is (210,154,200). Sum of RGB (Red+Green+Blue) = 210+154+200=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC8 is #2D6537. Grayscale: #AFAFAF. Windows color (decimal): -2975032 or 13146834. OLE color: 13146834.

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

Color convert

RGB210154200-
CMYK00.270.050.18
HSL310.71º38.36%71.37%-
HSV(B)310.71º26.67%82.35%-
XYZ48.5640.9859.99-
YUV175.99141.55152.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=37.23%
G=27.30%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015420000.270.050.18310.7138.3671.37
HexD29AC801B5121372647
Octal32223231003352246746107
Binary110100101001101011001000011011101100101001101111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AC8; }

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

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

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

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

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

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

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

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