#D29CBF

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

Shades of Lily #D29CBF

Tints of Lily #D29CBF

Color information

#D29CBF (or 0xD29CBF) is unknown color: approx Lily. HEX triplet: D2, 9C and BF. RGB value is (210,156,191). Sum of RGB (Red+Green+Blue) = 210+156+191=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CBF is #2D6340. Grayscale: #B0B0B0. Windows color (decimal): -2974529 or 12557522. OLE color: 12557522.

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

Color convert

RGB210156191-
CMYK00.260.090.18
HSL321.11º37.5%71.76%-
HSV(B)321.11º25.71%82.35%-
XYZ47.8741.2454.73-
YUV176.14136.39152.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 191 (75% from 255) = 34.29%
R=37.70%
G=28.01%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015619100.260.090.18321.1137.571.76
HexD29CBF01A9121412648
Octal322234277032112250146110
Binary1101001010011100101111110110101001100101010000011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CBF; }

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

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

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

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

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

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

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

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