#D18FBE

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

Shades of Lily #D18FBE

Tints of Lily #D18FBE

Color information

#D18FBE (or 0xD18FBE) is unknown color: approx Lily. HEX triplet: D1, 8F and BE. RGB value is (209,143,190). Sum of RGB (Red+Green+Blue) = 209+143+190=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FBE is #2E7041. Grayscale: #A7A7A7. Windows color (decimal): -3043394 or 12488657. OLE color: 12488657.

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

Color convert

RGB209143190-
CMYK00.320.090.18
HSL317.27º41.77%69.02%-
HSV(B)317.27º31.58%81.96%-
XYZ45.4136.9253.45-
YUV168.09140.37157.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=38.56%
G=26.38%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914319000.320.090.18317.2741.7769.02
HexD18FBE02091213d2a45
Octal321217276040112247552105
Binary11010001100011111011111001000001001100101001111011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FBE; }

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

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

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

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

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

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

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

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