Html Css Color HEX #D49EBC Lily

📋 copy color: '#D49EBC'

red 212 ◦ green 158 ◦ blue 188

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

Shades of Lily #D49EBC

Tints of Lily #D49EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 37.99%
G = 28.32%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D49EBC (or 0xD49EBC) is known color: Lily. HEX triplet: D4, 9E and BC. RGB value is (212,158,188). Sum of RGB (Red+Green+Blue) = 212+158+188=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBC is #2B6143. Grayscale: #B1B1B1. Windows color (decimal): -2842948 or 12361428. OLE color: 12361428.

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

Color convert

RGB 212 158 188 -
CMYK 0 0.25 0.11 0.17
HSL 326.67º 0.39% 0.73% -
HSV(B) 326.67º 0.25% 0.83% -
XYZ 48.46 42.08 53.15 -
YUV 177.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 212 158 188 0 0.25 0.11 0.17 326.67 0.39 0.73
Hex D4 9E BC 0 19 B 11 147 27 49
Octal 324 236 274 0 31 13 21 507 47 111
Binary 11010100 10011110 10111100 0 11001 1011 10001 101000111 100111 1001001

Color Harmonies of #D49EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EBC

Black with #D49EBC

Text Example


Text Example

White with #D49EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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