#D2A2BB

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

Shades of Lily #D2A2BB

Tints of Lily #D2A2BB

Color information

#D2A2BB (or 0xD2A2BB) is unknown color: approx Lily. HEX triplet: D2, A2 and BB. RGB value is (210,162,187). Sum of RGB (Red+Green+Blue) = 210+162+187=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2BB is #2D5D44. Grayscale: #B3B3B3. Windows color (decimal): -2972997 or 12296914. OLE color: 12296914.

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

Color convert

RGB210162187-
CMYK00.230.110.18
HSL328.75º34.78%72.94%-
HSV(B)328.75º22.86%82.35%-
XYZ48.4743.1352.78-
YUV179.2132.4149.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=37.57%
G=28.98%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016218700.230.110.18328.7534.7872.94
HexD2A2BB017B121492349
Octal322242273027132251143111
Binary1101001010100010101110110101111011100101010010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A2BB; }

 p { color: rgb(210,162,187); }

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

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

 a { background-color: rgb(210,162,187); }

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

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

 span { border-color: rgb(210,162,187); }

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