#D0A4B8

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

Shades of Lily #D0A4B8

Tints of Lily #D0A4B8

Color information

#D0A4B8 (or 0xD0A4B8) is unknown color: approx Lily. HEX triplet: D0, A4 and B8. RGB value is (208,164,184). Sum of RGB (Red+Green+Blue) = 208+164+184=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4B8 is #2F5B47. Grayscale: #B3B3B3. Windows color (decimal): -3103560 or 12100816. OLE color: 12100816.

HSL color Cylindrical-coordinate representation of color #D0A4B8: hue angle of 332.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4B8 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208164184-
CMYK00.210.120.18
HSL332.73º31.88%72.94%-
HSV(B)332.73º21.15%81.57%-
XYZ47.9443.4251.2-
YUV179.44130.58148.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=37.41%
G=29.50%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816418400.210.120.18332.7331.8872.94
HexD0A4B8015C1214d2049
Octal320244270025142251540111
Binary1101000010100100101110000101011100100101010011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4B8; }

 p { color: rgb(208,164,184); }

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

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

 a { background-color: rgb(208,164,184); }

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

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

 span { border-color: rgb(208,164,184); }

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