#D18CB5

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

Shades of Lily #D18CB5

Tints of Lily #D18CB5

Color information

#D18CB5 (or 0xD18CB5) is unknown color: approx Lily. HEX triplet: D1, 8C and B5. RGB value is (209,140,181). Sum of RGB (Red+Green+Blue) = 209+140+181=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CB5 is #2E734A. Grayscale: #A5A5A5. Windows color (decimal): -3044171 or 11898065. OLE color: 11898065.

HSL color Cylindrical-coordinate representation of color #D18CB5: hue angle of 324.35º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CB5 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209140181-
CMYK00.330.130.18
HSL324.35º42.86%68.43%-
HSV(B)324.35º33.01%81.96%-
XYZ44.0135.6548.28-
YUV165.3136.86159.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=39.43%
G=26.42%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914018100.330.130.18324.3542.8668.43
HexD18CB5021D121442b44
Octal321214265041152250453104
Binary11010001100011001011010101000011101100101010001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CB5; }

 p { color: rgb(209,140,181); }

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

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

 a { background-color: rgb(209,140,181); }

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

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

 span { border-color: rgb(209,140,181); }

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