#D29CBE

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

Shades of Lily #D29CBE

Tints of Lily #D29CBE

Color information

#D29CBE (or 0xD29CBE) is unknown color: approx Lily. HEX triplet: D2, 9C and BE. RGB value is (210,156,190). Sum of RGB (Red+Green+Blue) = 210+156+190=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBE is #2D6341. Grayscale: #AFAFAF. Windows color (decimal): -2974530 or 12491986. OLE color: 12491986.

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

Color convert

RGB210156190-
CMYK00.260.100.18
HSL322.22º37.5%71.76%-
HSV(B)322.22º25.71%82.35%-
XYZ47.7641.254.15-
YUV176.02135.89152.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=37.77%
G=28.06%
B=34.17%

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
Decimal21015619000.260.100.18322.2237.571.76
HexD29CBE01AA121422648
Octal322234276032122250246110
Binary1101001010011100101111100110101010100101010000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CBE; }

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

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

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

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

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

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

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

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