#D29AC7

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

Shades of Lilac #D29AC7

Tints of Lilac #D29AC7

Color information

#D29AC7 (or 0xD29AC7) is unknown color: approx Lilac. HEX triplet: D2, 9A and C7. RGB value is (210,154,199). Sum of RGB (Red+Green+Blue) = 210+154+199=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC7 is #2D6538. Grayscale: #AFAFAF. Windows color (decimal): -2975033 or 13081298. OLE color: 13081298.

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

Color convert

RGB210154199-
CMYK00.270.050.18
HSL311.79º38.36%71.37%-
HSV(B)311.79º26.67%82.35%-
XYZ48.4440.9459.38-
YUV175.87141.05152.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=37.30%
G=27.35%
B=35.35%

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
Decimal21015419900.270.050.18311.7938.3671.37
HexD29AC701B5121382647
Octal32223230703352247046107
Binary110100101001101011000111011011101100101001110001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AC7; }

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

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

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

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

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

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

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

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