#D29DBE

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

Shades of Lily #D29DBE

Tints of Lily #D29DBE

Color information

#D29DBE (or 0xD29DBE) is unknown color: approx Lily. HEX triplet: D2, 9D and BE. RGB value is (210,157,190). Sum of RGB (Red+Green+Blue) = 210+157+190=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DBE is #2D6241. Grayscale: #B0B0B0. Windows color (decimal): -2974274 or 12492242. OLE color: 12492242.

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

Color convert

RGB210157190-
CMYK00.250.100.18
HSL322.64º37.06%71.96%-
HSV(B)322.64º25.24%82.35%-
XYZ47.9341.5354.21-
YUV176.61135.56151.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=37.70%
G=28.19%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015719000.250.100.18322.6437.0671.96
HexD29DBE019A121432548
Octal322235276031122250345110
Binary1101001010011101101111100110011010100101010000111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DBE; }

 p { color: rgb(210,157,190); }

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

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

 a { background-color: rgb(210,157,190); }

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

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

 span { border-color: rgb(210,157,190); }

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