#D2A2BC

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

Shades of Lily #D2A2BC

Tints of Lily #D2A2BC

Color information

#D2A2BC (or 0xD2A2BC) is unknown color: approx Lily. HEX triplet: D2, A2 and BC. RGB value is (210,162,188). Sum of RGB (Red+Green+Blue) = 210+162+188=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2BC is #2D5D43. Grayscale: #B3B3B3. Windows color (decimal): -2972996 or 12362450. OLE color: 12362450.

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

Color convert

RGB210162188-
CMYK00.230.100.18
HSL327.5º34.78%72.94%-
HSV(B)327.5º22.86%82.35%-
XYZ48.5843.1753.35-
YUV179.32132.9149.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=37.5%
G=28.93%
B=33.57%

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
Decimal21016218800.230.100.18327.534.7872.94
HexD2A2BC017A121482349
Octal322242274027122251043111
Binary1101001010100010101111000101111010100101010010001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A2BC; }

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

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

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

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

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

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

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

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