#D09BC0

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

Shades of Lily #D09BC0

Tints of Lily #D09BC0

Color information

#D09BC0 (or 0xD09BC0) is unknown color: approx Lily. HEX triplet: D0, 9B and C0. RGB value is (208,155,192). Sum of RGB (Red+Green+Blue) = 208+155+192=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BC0 is #2F643F. Grayscale: #AEAEAE. Windows color (decimal): -3105856 or 12622800. OLE color: 12622800.

HSL color Cylindrical-coordinate representation of color #D09BC0: hue angle of 318.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BC0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208155192-
CMYK00.250.080.18
HSL318.11º36.05%71.18%-
HSV(B)318.11º25.48%81.57%-
XYZ47.2540.6655.23-
YUV175.06137.56151.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=37.48%
G=27.93%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815519200.250.080.18318.1136.0571.18
HexD09BC001981213e2447
Octal320233300031102247644107
Binary1101000010011011110000000110011000100101001111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BC0; }

 p { color: rgb(208,155,192); }

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

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

 a { background-color: rgb(208,155,192); }

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

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

 span { border-color: rgb(208,155,192); }

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