#D2A5B9

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

Shades of Lily #D2A5B9

Tints of Lily #D2A5B9

Color information

#D2A5B9 (or 0xD2A5B9) is unknown color: approx Lily. HEX triplet: D2, A5 and B9. RGB value is (210,165,185). Sum of RGB (Red+Green+Blue) = 210+165+185=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5B9 is #2D5A46. Grayscale: #B4B4B4. Windows color (decimal): -2972231 or 12166610. OLE color: 12166610.

HSL color Cylindrical-coordinate representation of color #D2A5B9: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5B9 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210165185-
CMYK00.210.120.18
HSL333.33º33.33%73.53%-
HSV(B)333.33º21.43%82.35%-
XYZ48.7944.1151.84-
YUV180.74130.41148.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=37.5%
G=29.46%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016518500.210.120.18333.3333.3373.53
HexD2A5B9015C1214d214a
Octal322245271025142251541112
Binary1101001010100101101110010101011100100101010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A5B9; }

 p { color: rgb(210,165,185); }

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

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

 a { background-color: rgb(210,165,185); }

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

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

 span { border-color: rgb(210,165,185); }

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