#D2A3BB

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

Shades of Lily #D2A3BB

Tints of Lily #D2A3BB

Color information

#D2A3BB (or 0xD2A3BB) is unknown color: approx Lily. HEX triplet: D2, A3 and BB. RGB value is (210,163,187). Sum of RGB (Red+Green+Blue) = 210+163+187=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3BB is #2D5C44. Grayscale: #B3B3B3. Windows color (decimal): -2972741 or 12297170. OLE color: 12297170.

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

Color convert

RGB210163187-
CMYK00.220.110.18
HSL329.36º34.31%73.14%-
HSV(B)329.36º22.38%82.35%-
XYZ48.6543.4852.84-
YUV179.79132.07149.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=37.5%
G=29.11%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016318700.220.110.18329.3634.3173.14
HexD2A3BB016B121492249
Octal322243273026132251142111
Binary1101001010100011101110110101101011100101010010011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3BB; }

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

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

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

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

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

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

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

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