#D29BB7

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

Shades of Lily #D29BB7

Tints of Lily #D29BB7

Color information

#D29BB7 (or 0xD29BB7) is unknown color: approx Lily. HEX triplet: D2, 9B and B7. RGB value is (210,155,183). Sum of RGB (Red+Green+Blue) = 210+155+183=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BB7 is #2D6448. Grayscale: #AEAEAE. Windows color (decimal): -2974793 or 12032978. OLE color: 12032978.

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

Color convert

RGB210155183-
CMYK00.260.130.18
HSL329.45º37.93%71.57%-
HSV(B)329.45º26.19%82.35%-
XYZ46.8540.5650.16-
YUV174.64132.72153.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=38.32%
G=28.28%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015518300.260.130.18329.4537.9371.57
HexD29BB701AD121492648
Octal322233267032152251146110
Binary1101001010011011101101110110101101100101010010011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BB7; }

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

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

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

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

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

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

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

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