Html Css Color HEX #D49EB9 Lily

📋 copy color: '#D49EB9'

red 212 ◦ green 158 ◦ blue 185

#D49EB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D49EB9

Tints of Lily #D49EB9

RGB

 RED value IS 212 (83.2% from 255) = 38.2%

 GREEN value IS 158 (62.11% from 255) = 28.47%

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 38.2%
G = 28.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D49EB9 (or 0xD49EB9) is known color: Lily. HEX triplet: D4, 9E and B9. RGB value is (212,158,185). Sum of RGB (Red+Green+Blue) = 212+158+185=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EB9 is #2B6146. Grayscale: #B1B1B1. Windows color (decimal): -2842951 or 12164820. OLE color: 12164820.

HSL color Cylindrical-coordinate representation of color #D49EB9: hue angle of 330º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EB9 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 185 -
CMYK 0 0.25 0.13 0.17
HSL 330º 0.39% 0.73% -
HSV(B) 330º 0.25% 0.83% -
XYZ 48.14 41.95 51.46 -
YUV 177.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 212 158 185 0 0.25 0.13 0.17 330 0.39 0.73
Hex D4 9E B9 0 19 D 11 14A 27 49
Octal 324 236 271 0 31 15 21 512 47 111
Binary 11010100 10011110 10111001 0 11001 1101 10001 101001010 100111 1001001

Color Harmonies of #D49EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EB9

Black with #D49EB9

Text Example


Text Example

White with #D49EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EB9; }

 p { color: rgb(212,158,185); }

 H1.HeaderClassName
 {
   color: #D49EB9;
 }
 .AnyTagClassName
 {
   color: #D49EB9;
 }
</style>

background-color css

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

 a { background-color: rgb(212,158,185); }

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

border-color css

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

 span { border-color: rgb(212,158,185); }

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