#D08AB7

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

Shades of Lily #D08AB7

Tints of Lily #D08AB7

Color information

#D08AB7 (or 0xD08AB7) is unknown color: approx Lily. HEX triplet: D0, 8A and B7. RGB value is (208,138,183). Sum of RGB (Red+Green+Blue) = 208+138+183=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AB7 is #2F7548. Grayscale: #A3A3A3. Windows color (decimal): -3110217 or 12028624. OLE color: 12028624.

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

Color convert

RGB208138183-
CMYK00.340.120.18
HSL321.43º42.68%67.84%-
HSV(B)321.43º33.65%81.57%-
XYZ43.6535.0149.26-
YUV164.06138.69159.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=39.32%
G=26.09%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813818300.340.120.18321.4342.6867.84
HexD08AB7022C121412b44
Octal320212267042142250153104
Binary11010000100010101011011101000101100100101010000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AB7; }

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

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

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

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

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

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

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

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