#D18CBA

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

Shades of Lily #D18CBA

Tints of Lily #D18CBA

Color information

#D18CBA (or 0xD18CBA) is unknown color: approx Lily. HEX triplet: D1, 8C and BA. RGB value is (209,140,186). Sum of RGB (Red+Green+Blue) = 209+140+186=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBA is #2E7345. Grayscale: #A5A5A5. Windows color (decimal): -3044166 or 12225745. OLE color: 12225745.

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

Color convert

RGB209140186-
CMYK00.330.110.18
HSL320º42.86%68.43%-
HSV(B)320º33.01%81.96%-
XYZ44.5435.8651.03-
YUV165.88139.36158.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=39.07%
G=26.17%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914018600.330.110.1832042.8668.43
HexD18CBA021B121402b44
Octal321214272041132250053104
Binary11010001100011001011101001000011011100101010000001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CBA; }

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

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

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

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

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

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

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

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