Html Css Color HEX #D49BBF Lily

📋 copy color: '#D49BBF'

red 212 ◦ green 155 ◦ blue 191

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

Shades of Lily #D49BBF

Tints of Lily #D49BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

 BLUE value IS 191 (75% from 255) = 34.23%

R = 37.99%
G = 27.78%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D49BBF (or 0xD49BBF) is known color: Lily. HEX triplet: D4, 9B and BF. RGB value is (212,155,191). Sum of RGB (Red+Green+Blue) = 212+155+191=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BBF is #2B6440. Grayscale: #B0B0B0. Windows color (decimal): -2843713 or 12557268. OLE color: 12557268.

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

Color convert

RGB 212 155 191 -
CMYK 0 0.27 0.10 0.17
HSL 322.11º 0.4% 0.72% -
HSV(B) 322.11º 0.27% 0.83% -
XYZ 48.28 41.2 54.7 -
YUV 176.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 212 155 191 0 0.27 0.10 0.17 322.11 0.4 0.72
Hex D4 9B BF 0 1B A 11 142 28 48
Octal 324 233 277 0 33 12 21 502 50 110
Binary 11010100 10011011 10111111 0 11011 1010 10001 101000010 101000 1001000

Color Harmonies of #D49BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BBF

Black with #D49BBF

Text Example


Text Example

White with #D49BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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