#D29DBA

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

Shades of Lily #D29DBA

Tints of Lily #D29DBA

Color information

#D29DBA (or 0xD29DBA) is unknown color: approx Lily. HEX triplet: D2, 9D and BA. RGB value is (210,157,186). Sum of RGB (Red+Green+Blue) = 210+157+186=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DBA is #2D6245. Grayscale: #B0B0B0. Windows color (decimal): -2974278 or 12230098. OLE color: 12230098.

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

Color convert

RGB210157186-
CMYK00.250.110.18
HSL327.17º37.06%71.96%-
HSV(B)327.17º25.24%82.35%-
XYZ47.541.3651.93-
YUV176.15133.56152.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=37.97%
G=28.39%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015718600.250.110.18327.1737.0671.96
HexD29DBA019B121472548
Octal322235272031132250745110
Binary1101001010011101101110100110011011100101010001111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DBA; }

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

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

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

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

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

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

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

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