#D08FBF

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

Shades of Lily #D08FBF

Tints of Lily #D08FBF

Color information

#D08FBF (or 0xD08FBF) is unknown color: approx Lily. HEX triplet: D0, 8F and BF. RGB value is (208,143,191). Sum of RGB (Red+Green+Blue) = 208+143+191=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FBF is #2F7040. Grayscale: #A7A7A7. Windows color (decimal): -3108929 or 12554192. OLE color: 12554192.

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

Color convert

RGB208143191-
CMYK00.310.080.18
HSL315.69º40.88%68.82%-
HSV(B)315.69º31.25%81.57%-
XYZ45.2436.8254.01-
YUV167.91141.03156.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 191 (75% from 255) = 35.24%
R=38.38%
G=26.38%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814319100.310.080.18315.6940.8868.82
HexD08FBF01F81213c2945
Octal320217277037102247451105
Binary1101000010001111101111110111111000100101001111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FBF; }

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

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

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

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

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

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

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

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