#D29BC9

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

Shades of Lilac #D29BC9

Tints of Lilac #D29BC9

Color information

#D29BC9 (or 0xD29BC9) is unknown color: approx Lilac. HEX triplet: D2, 9B and C9. RGB value is (210,155,201). Sum of RGB (Red+Green+Blue) = 210+155+201=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BC9 is #2D6436. Grayscale: #B0B0B0. Windows color (decimal): -2974775 or 13212626. OLE color: 13212626.

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

Color convert

RGB210155201-
CMYK00.260.040.18
HSL309.82º37.93%71.57%-
HSV(B)309.82º26.19%82.35%-
XYZ48.8441.3660.67-
YUV176.69141.72151.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=37.10%
G=27.39%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015520100.260.040.18309.8237.9371.57
HexD29BC901A4121362648
Octal32223331103242246646110
Binary110100101001101111001001011010100100101001101101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BC9; }

 p { color: rgb(210,155,201); }

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

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

 a { background-color: rgb(210,155,201); }

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

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

 span { border-color: rgb(210,155,201); }

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