#D09AB4

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

Shades of Lily #D09AB4

Tints of Lily #D09AB4

Color information

#D09AB4 (or 0xD09AB4) is unknown color: approx Lily. HEX triplet: D0, 9A and B4. RGB value is (208,154,180). Sum of RGB (Red+Green+Blue) = 208+154+180=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09AB4 is #2F654B. Grayscale: #ADADAD. Windows color (decimal): -3106124 or 11836112. OLE color: 11836112.

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

Color convert

RGB208154180-
CMYK00.260.130.18
HSL331.11º36.49%70.98%-
HSV(B)331.11º25.96%81.57%-
XYZ45.8139.8248.45-
YUV173.11131.89152.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=38.38%
G=28.41%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815418000.260.130.18331.1136.4970.98
HexD09AB401AD1214b2447
Octal320232264032152251344107
Binary1101000010011010101101000110101101100101010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AB4; }

 p { color: rgb(208,154,180); }

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

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

 a { background-color: rgb(208,154,180); }

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

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

 span { border-color: rgb(208,154,180); }

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