#D08FB7

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

Shades of Lily #D08FB7

Tints of Lily #D08FB7

Color information

#D08FB7 (or 0xD08FB7) is unknown color: approx Lily. HEX triplet: D0, 8F and B7. RGB value is (208,143,183). Sum of RGB (Red+Green+Blue) = 208+143+183=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FB7 is #2F7048. Grayscale: #A6A6A6. Windows color (decimal): -3108937 or 12029904. OLE color: 12029904.

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

Color convert

RGB208143183-
CMYK00.310.120.18
HSL323.08º40.88%68.82%-
HSV(B)323.08º31.25%81.57%-
XYZ44.3836.4749.5-
YUV166.99137.03157.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 143 (56.25% from 255) = 26.78%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=38.95%
G=26.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814318300.310.120.18323.0840.8868.82
HexD08FB701FC121432945
Octal320217267037142250351105
Binary1101000010001111101101110111111100100101010000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FB7; }

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

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

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

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

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

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

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

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