#D08ABD

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

Shades of Lily #D08ABD

Tints of Lily #D08ABD

Color information

#D08ABD (or 0xD08ABD) is unknown color: approx Lily. HEX triplet: D0, 8A and BD. RGB value is (208,138,189). Sum of RGB (Red+Green+Blue) = 208+138+189=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ABD is #2F7542. Grayscale: #A4A4A4. Windows color (decimal): -3110211 or 12421840. OLE color: 12421840.

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

Color convert

RGB208138189-
CMYK00.340.090.18
HSL316.29º42.68%67.84%-
HSV(B)316.29º33.65%81.57%-
XYZ44.2935.2652.62-
YUV164.74141.69158.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=38.88%
G=25.79%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813818900.340.090.18316.2942.6867.84
HexD08ABD02291213c2b44
Octal320212275042112247453104
Binary11010000100010101011110101000101001100101001111001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ABD; }

 p { color: rgb(208,138,189); }

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

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

 a { background-color: rgb(208,138,189); }

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

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

 span { border-color: rgb(208,138,189); }

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