#D0A1B4

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

Shades of Lily #D0A1B4

Tints of Lily #D0A1B4

Color information

#D0A1B4 (or 0xD0A1B4) is unknown color: approx Lily. HEX triplet: D0, A1 and B4. RGB value is (208,161,180). Sum of RGB (Red+Green+Blue) = 208+161+180=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1B4 is #2F5E4B. Grayscale: #B1B1B1. Windows color (decimal): -3104332 or 11837904. OLE color: 11837904.

HSL color Cylindrical-coordinate representation of color #D0A1B4: hue angle of 335.74º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1B4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208161180-
CMYK00.230.130.18
HSL335.74º33.33%72.35%-
HSV(B)335.74º22.6%81.57%-
XYZ4742.1948.85-
YUV177.22129.57149.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=37.89%
G=29.33%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816118000.230.130.18335.7433.3372.35
HexD0A1B4017D121502148
Octal320241264027152252041110
Binary1101000010100001101101000101111101100101010100001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1B4; }

 p { color: rgb(208,161,180); }

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

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

 a { background-color: rgb(208,161,180); }

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

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

 span { border-color: rgb(208,161,180); }

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