#D099BE

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

Shades of Lily #D099BE

Tints of Lily #D099BE

Color information

#D099BE (or 0xD099BE) is unknown color: approx Lily. HEX triplet: D0, 99 and BE. RGB value is (208,153,190). Sum of RGB (Red+Green+Blue) = 208+153+190=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D099BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099BE is #2F6641. Grayscale: #ADADAD. Windows color (decimal): -3106370 or 12491216. OLE color: 12491216.

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

Color convert

RGB208153190-
CMYK00.260.090.18
HSL319.64º36.91%70.78%-
HSV(B)319.64º26.44%81.57%-
XYZ46.739.9153.96-
YUV173.66137.22152.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=37.75%
G=27.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815319000.260.090.18319.6436.9170.78
HexD099BE01A9121402547
Octal320231276032112250045107
Binary1101000010011001101111100110101001100101010000001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099BE; }

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

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

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

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

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

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

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

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