#D29BCE

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

Shades of Lilac #D29BCE

Tints of Lilac #D29BCE

Color information

#D29BCE (or 0xD29BCE) is unknown color: approx Lilac. HEX triplet: D2, 9B and CE. RGB value is (210,155,206). Sum of RGB (Red+Green+Blue) = 210+155+206=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BCE is #2D6431. Grayscale: #B1B1B1. Windows color (decimal): -2974770 or 13540306. OLE color: 13540306.

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

Color convert

RGB210155206-
CMYK00.260.020.18
HSL304.36º37.93%71.57%-
HSV(B)304.36º26.19%82.35%-
XYZ49.4441.663.82-
YUV177.26144.22151.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=36.78%
G=27.15%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015520600.260.020.18304.3637.9371.57
HexD29BCE01A2121302648
Octal32223331603222246046110
Binary11010010100110111100111001101010100101001100001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BCE; }

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

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

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

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

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

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

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

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