#D298BA

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

Shades of Lily #D298BA

Tints of Lily #D298BA

Color information

#D298BA (or 0xD298BA) is unknown color: approx Lily. HEX triplet: D2, 98 and BA. RGB value is (210,152,186). Sum of RGB (Red+Green+Blue) = 210+152+186=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D298BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298BA is #2D6745. Grayscale: #ADADAD. Windows color (decimal): -2975558 or 12228818. OLE color: 12228818.

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

Color convert

RGB210152186-
CMYK00.280.110.18
HSL324.83º39.19%70.98%-
HSV(B)324.83º27.62%82.35%-
XYZ46.6739.751.66-
YUV173.22135.22154.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=38.32%
G=27.74%
B=33.94%

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
Decimal21015218600.280.110.18324.8339.1970.98
HexD298BA01CB121452747
Octal322230272034132250547107
Binary1101001010011000101110100111001011100101010001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298BA; }

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

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

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

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

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

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

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

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