#D29CC5

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

Shades of Lilac #D29CC5

Tints of Lilac #D29CC5

Color information

#D29CC5 (or 0xD29CC5) is unknown color: approx Lilac. HEX triplet: D2, 9C and C5. RGB value is (210,156,197). Sum of RGB (Red+Green+Blue) = 210+156+197=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CC5 is #2D633A. Grayscale: #B0B0B0. Windows color (decimal): -2974523 or 12950738. OLE color: 12950738.

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

Color convert

RGB210156197-
CMYK00.260.060.18
HSL314.44º37.5%71.76%-
HSV(B)314.44º25.71%82.35%-
XYZ48.5441.5158.28-
YUV176.82139.39151.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=37.30%
G=27.71%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015619700.260.060.18314.4437.571.76
HexD29CC501A61213a2648
Octal32223430503262247246110
Binary110100101001110011000101011010110100101001110101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CC5; }

 p { color: rgb(210,156,197); }

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

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

 a { background-color: rgb(210,156,197); }

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

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

 span { border-color: rgb(210,156,197); }

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