#D298BB

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

Shades of Lily #D298BB

Tints of Lily #D298BB

Color information

#D298BB (or 0xD298BB) is unknown color: approx Lily. HEX triplet: D2, 98 and BB. RGB value is (210,152,187). Sum of RGB (Red+Green+Blue) = 210+152+187=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BB is #2D6744. Grayscale: #ADADAD. Windows color (decimal): -2975557 or 12294354. OLE color: 12294354.

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

Color convert

RGB210152187-
CMYK00.280.110.18
HSL323.79º39.19%70.98%-
HSV(B)323.79º27.62%82.35%-
XYZ46.7839.7552.22-
YUV173.33135.72154.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=38.25%
G=27.69%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015218700.280.110.18323.7939.1970.98
HexD298BB01CB121442747
Octal322230273034132250447107
Binary1101001010011000101110110111001011100101010001001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298BB; }

 p { color: rgb(210,152,187); }

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

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

 a { background-color: rgb(210,152,187); }

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

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

 span { border-color: rgb(210,152,187); }

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