#D498BF

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

Shades of Lily #D498BF

Tints of Lily #D498BF

Color information

#D498BF (or 0xD498BF) is unknown color: approx Lily. HEX triplet: D4, 98 and BF. RGB value is (212,152,191). Sum of RGB (Red+Green+Blue) = 212+152+191=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D498BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498BF is #2B6740. Grayscale: #AEAEAE. Windows color (decimal): -2844481 or 12556500. OLE color: 12556500.

HSL color Cylindrical-coordinate representation of color #D498BF: hue angle of 321º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498BF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212152191-
CMYK00.280.100.17
HSL321º41.1%71.37%-
HSV(B)321º28.3%83.14%-
XYZ47.7840.2254.53-
YUV174.39137.38154.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 191 (75% from 255) = 34.41%
R=38.20%
G=27.39%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215219100.280.100.1732141.171.37
HexD498BF01CA111412947
Octal324230277034122150151107
Binary1101010010011000101111110111001010100011010000011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498BF; }

 p { color: rgb(212,152,191); }

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

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

 a { background-color: rgb(212,152,191); }

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

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

 span { border-color: rgb(212,152,191); }

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