#D08FBE

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

Shades of Lily #D08FBE

Tints of Lily #D08FBE

Color information

#D08FBE (or 0xD08FBE) is unknown color: approx Lily. HEX triplet: D0, 8F and BE. RGB value is (208,143,190). Sum of RGB (Red+Green+Blue) = 208+143+190=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FBE is #2F7041. Grayscale: #A7A7A7. Windows color (decimal): -3108930 or 12488656. OLE color: 12488656.

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

Color convert

RGB208143190-
CMYK00.310.090.18
HSL316.62º40.88%68.82%-
HSV(B)316.62º31.25%81.57%-
XYZ45.1336.7753.43-
YUV167.79140.53156.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=38.45%
G=26.43%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814319000.310.090.18316.6240.8868.82
HexD08FBE01F91213d2945
Octal320217276037112247551105
Binary1101000010001111101111100111111001100101001111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FBE; }

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

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

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

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

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

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

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

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