#d29bcf

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

Shades of Lilac #D29BCF

Tints of Lilac #D29BCF

Color information

#D29BCF (or 0xD29BCF) is unknown color: approx Lilac. HEX triplet: D2, 9B and CF. RGB value is (210,155,207). Sum of RGB (Red+Green+Blue) = 210+155+207=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BCF is #2D6430. Grayscale: #B1B1B1. Windows color (decimal): -2974769 or 13605842. OLE color: 13605842.

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

Color convert

RGB210155207-
CMYK00.260.010.18
HSL303.27º37.93%71.57%-
HSV(B)303.27º26.19%82.35%-
XYZ49.5641.6564.46-
YUV177.37144.72151.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=36.71%
G=27.10%
B=36.19%

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
Decimal21015520700.260.010.18303.2737.9371.57
HexD29BCF01A11212f2648
Octal32223331703212245746110
Binary1101001010011011110011110110101100101001011111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d29bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d29bcf; }

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

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

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

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

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

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

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

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