#D2A3BC

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

Shades of Lily #D2A3BC

Tints of Lily #D2A3BC

Color information

#D2A3BC (or 0xD2A3BC) is unknown color: approx Lily. HEX triplet: D2, A3 and BC. RGB value is (210,163,188). Sum of RGB (Red+Green+Blue) = 210+163+188=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3BC is #2D5C43. Grayscale: #B3B3B3. Windows color (decimal): -2972740 or 12362706. OLE color: 12362706.

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

Color convert

RGB210163188-
CMYK00.220.100.18
HSL328.09º34.31%73.14%-
HSV(B)328.09º22.38%82.35%-
XYZ48.7543.5353.41-
YUV179.9132.57149.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=37.43%
G=29.06%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016318800.220.100.18328.0934.3173.14
HexD2A3BC016A121482249
Octal322243274026122251042111
Binary1101001010100011101111000101101010100101010010001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3BC; }

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

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

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

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

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

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

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

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