#D099B4

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

Shades of Lily #D099B4

Tints of Lily #D099B4

Color information

#D099B4 (or 0xD099B4) is unknown color: approx Lily. HEX triplet: D0, 99 and B4. RGB value is (208,153,180). Sum of RGB (Red+Green+Blue) = 208+153+180=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099B4 is #2F664B. Grayscale: #ACACAC. Windows color (decimal): -3106380 or 11835856. OLE color: 11835856.

HSL color Cylindrical-coordinate representation of color #D099B4: hue angle of 330.55º degrees, saturation: 0.37, 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 #D099B4 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208153180-
CMYK00.260.130.18
HSL330.55º36.91%70.78%-
HSV(B)330.55º26.44%81.57%-
XYZ45.6439.4948.4-
YUV172.52132.22153.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=38.45%
G=28.28%
B=33.27%

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
Decimal20815318000.260.130.18330.5536.9170.78
HexD099B401AD1214b2547
Octal320231264032152251345107
Binary1101000010011001101101000110101101100101010010111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099B4; }

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

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

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

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

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

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

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

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