#D29CBD

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

Shades of Lily #D29CBD

Tints of Lily #D29CBD

Color information

#D29CBD (or 0xD29CBD) is unknown color: approx Lily. HEX triplet: D2, 9C and BD. RGB value is (210,156,189). Sum of RGB (Red+Green+Blue) = 210+156+189=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBD is #2D6342. Grayscale: #AFAFAF. Windows color (decimal): -2974531 or 12426450. OLE color: 12426450.

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

Color convert

RGB210156189-
CMYK00.260.100.18
HSL323.33º37.5%71.76%-
HSV(B)323.33º25.71%82.35%-
XYZ47.6541.1553.58-
YUV175.91135.39152.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=37.84%
G=28.11%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015618900.260.100.18323.3337.571.76
HexD29CBD01AA121432648
Octal322234275032122250346110
Binary1101001010011100101111010110101010100101010000111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CBD; }

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

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

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

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

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

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

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

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