#D29CBA

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

Shades of Lily #D29CBA

Tints of Lily #D29CBA

Color information

#D29CBA (or 0xD29CBA) is unknown color: approx Lily. HEX triplet: D2, 9C and BA. RGB value is (210,156,186). Sum of RGB (Red+Green+Blue) = 210+156+186=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBA is #2D6345. Grayscale: #AFAFAF. Windows color (decimal): -2974534 or 12229842. OLE color: 12229842.

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

Color convert

RGB210156186-
CMYK00.260.110.18
HSL326.67º37.5%71.76%-
HSV(B)326.67º25.71%82.35%-
XYZ47.3341.0251.88-
YUV175.57133.89152.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=38.04%
G=28.26%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015618600.260.110.18326.6737.571.76
HexD29CBA01AB121472648
Octal322234272032132250746110
Binary1101001010011100101110100110101011100101010001111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CBA; }

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

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

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

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

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

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

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

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