#D08ABF

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

Shades of Lily #D08ABF

Tints of Lily #D08ABF

Color information

#D08ABF (or 0xD08ABF) is unknown color: approx Lily. HEX triplet: D0, 8A and BF. RGB value is (208,138,191). Sum of RGB (Red+Green+Blue) = 208+138+191=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ABF is #2F7540. Grayscale: #A4A4A4. Windows color (decimal): -3110209 or 12552912. OLE color: 12552912.

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

Color convert

RGB208138191-
CMYK00.340.080.18
HSL314.57º42.68%67.84%-
HSV(B)314.57º33.65%81.57%-
XYZ44.535.3553.77-
YUV164.97142.69158.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 191 (75% from 255) = 35.57%
R=38.73%
G=25.70%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813819100.340.080.18314.5742.6867.84
HexD08ABF02281213b2b44
Octal320212277042102247353104
Binary11010000100010101011111101000101000100101001110111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ABF; }

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

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

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

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

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

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

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

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