#D29CD0

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

Shades of Lilac #D29CD0

Tints of Lilac #D29CD0

Color information

#D29CD0 (or 0xD29CD0) is unknown color: approx Lilac. HEX triplet: D2, 9C and D0. RGB value is (210,156,208). Sum of RGB (Red+Green+Blue) = 210+156+208=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CD0 is #2D632F. Grayscale: #B1B1B1. Windows color (decimal): -2974512 or 13671634. OLE color: 13671634.

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

Color convert

RGB210156208-
CMYK00.260.010.18
HSL302.22º37.5%71.76%-
HSV(B)302.22º25.71%82.35%-
XYZ49.8542.0365.16-
YUV178.07144.89150.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=36.59%
G=27.18%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015620800.260.010.18302.2237.571.76
HexD29CD001A11212e2648
Octal32223432003212245646110
Binary1101001010011100110100000110101100101001011101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CD0; }

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

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

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

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

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

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

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

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