#D29FB6

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

Shades of Lily #D29FB6

Tints of Lily #D29FB6

Color information

#D29FB6 (or 0xD29FB6) is unknown color: approx Lily. HEX triplet: D2, 9F and B6. RGB value is (210,159,182). Sum of RGB (Red+Green+Blue) = 210+159+182=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FB6 is #2D6049. Grayscale: #B0B0B0. Windows color (decimal): -2973770 or 11968466. OLE color: 11968466.

HSL color Cylindrical-coordinate representation of color #D29FB6: hue angle of 332.94º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210159182-
CMYK00.240.130.18
HSL332.94º36.17%72.35%-
HSV(B)332.94º24.29%82.35%-
XYZ47.4241.8849.84-
YUV176.87130.9151.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=38.11%
G=28.86%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015918200.240.130.18332.9436.1772.35
HexD29FB6018D1214d2448
Octal322237266030152251544110
Binary1101001010011111101101100110001101100101010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FB6; }

 p { color: rgb(210,159,182); }

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

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

 a { background-color: rgb(210,159,182); }

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

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

 span { border-color: rgb(210,159,182); }

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