#D0A1BB

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

Shades of Lily #D0A1BB

Tints of Lily #D0A1BB

Color information

#D0A1BB (or 0xD0A1BB) is unknown color: approx Lily. HEX triplet: D0, A1 and BB. RGB value is (208,161,187). Sum of RGB (Red+Green+Blue) = 208+161+187=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1BB is #2F5E44. Grayscale: #B1B1B1. Windows color (decimal): -3104325 or 12296656. OLE color: 12296656.

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

Color convert

RGB208161187-
CMYK00.230.100.18
HSL326.81º33.33%72.35%-
HSV(B)326.81º22.6%81.57%-
XYZ47.7342.4952.7-
YUV178.02133.07149.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=37.41%
G=28.96%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816118700.230.100.18326.8133.3372.35
HexD0A1BB017A121472148
Octal320241273027122250741110
Binary1101000010100001101110110101111010100101010001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1BB; }

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

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

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

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

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

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

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

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