Html Css Color HEX #D49EBA Lily

📋 copy color: '#D49EBA'

red 212 ◦ green 158 ◦ blue 186

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

Shades of Lily #D49EBA

Tints of Lily #D49EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 38.13%
G = 28.42%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D49EBA (or 0xD49EBA) is known color: Lily. HEX triplet: D4, 9E and BA. RGB value is (212,158,186). Sum of RGB (Red+Green+Blue) = 212+158+186=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBA is #2B6145. Grayscale: #B1B1B1. Windows color (decimal): -2842950 or 12230356. OLE color: 12230356.

HSL color Cylindrical-coordinate representation of color #D49EBA: hue angle of 328.89º 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 #D49EBA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 186 -
CMYK 0 0.25 0.12 0.17
HSL 328.89º 0.39% 0.73% -
HSV(B) 328.89º 0.25% 0.83% -
XYZ 48.24 42 52.02 -
YUV 177.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 212 158 186 0 0.25 0.12 0.17 328.89 0.39 0.73
Hex D4 9E BA 0 19 C 11 149 27 49
Octal 324 236 272 0 31 14 21 511 47 111
Binary 11010100 10011110 10111010 0 11001 1100 10001 101001001 100111 1001001

Color Harmonies of #D49EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EBA

Black with #D49EBA

Text Example


Text Example

White with #D49EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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