#D18CBD

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

Shades of Lily #D18CBD

Tints of Lily #D18CBD

Color information

#D18CBD (or 0xD18CBD) is unknown color: approx Lily. HEX triplet: D1, 8C and BD. RGB value is (209,140,189). Sum of RGB (Red+Green+Blue) = 209+140+189=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBD is #2E7342. Grayscale: #A6A6A6. Windows color (decimal): -3044163 or 12422353. OLE color: 12422353.

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

Color convert

RGB209140189-
CMYK00.330.100.18
HSL317.39º42.86%68.43%-
HSV(B)317.39º33.01%81.96%-
XYZ44.8635.9952.73-
YUV166.22140.86158.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=38.85%
G=26.02%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914018900.330.100.18317.3942.8668.43
HexD18CBD021A1213d2b44
Octal321214275041122247553104
Binary11010001100011001011110101000011010100101001111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CBD; }

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

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

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

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

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

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

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

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