#D29FC6

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

Shades of Lilac #D29FC6

Tints of Lilac #D29FC6

Color information

#D29FC6 (or 0xD29FC6) is unknown color: approx Lilac. HEX triplet: D2, 9F and C6. RGB value is (210,159,198). Sum of RGB (Red+Green+Blue) = 210+159+198=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FC6 is #2D6039. Grayscale: #B2B2B2. Windows color (decimal): -2973754 or 13017042. OLE color: 13017042.

HSL color Cylindrical-coordinate representation of color #D29FC6: hue angle of 314.12º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FC6 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210159198-
CMYK00.240.060.18
HSL314.12º36.17%72.35%-
HSV(B)314.12º24.29%82.35%-
XYZ49.1742.5859.05-
YUV178.7138.9150.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=37.04%
G=28.04%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015919800.240.060.18314.1236.1772.35
HexD29FC601861213a2448
Octal32223730603062247244110
Binary110100101001111111000110011000110100101001110101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FC6; }

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

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

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

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

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

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

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

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