#D29AB4

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

Shades of Lily #D29AB4

Tints of Lily #D29AB4

Color information

#D29AB4 (or 0xD29AB4) is unknown color: approx Lily. HEX triplet: D2, 9A and B4. RGB value is (210,154,180). Sum of RGB (Red+Green+Blue) = 210+154+180=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AB4 is #2D654B. Grayscale: #ADADAD. Windows color (decimal): -2975052 or 11836114. OLE color: 11836114.

HSL color Cylindrical-coordinate representation of color #D29AB4: hue angle of 332.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AB4 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210154180-
CMYK00.270.140.18
HSL332.14º38.36%71.37%-
HSV(B)332.14º26.67%82.35%-
XYZ46.3740.1148.48-
YUV173.71131.55153.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=38.60%
G=28.31%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015418000.270.140.18332.1438.3671.37
HexD29AB401BE1214c2647
Octal322232264033162251446107
Binary1101001010011010101101000110111110100101010011001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AB4; }

 p { color: rgb(210,154,180); }

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

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

 a { background-color: rgb(210,154,180); }

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

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

 span { border-color: rgb(210,154,180); }

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