Html Css Color HEX #D49BBA Lily

📋 copy color: '#D49BBA'

red 212 ◦ green 155 ◦ blue 186

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

Shades of Lily #D49BBA

Tints of Lily #D49BBA

RGB

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

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

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

R = 38.34%
G = 28.03%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D49BBA (or 0xD49BBA) is known color: Lily. HEX triplet: D4, 9B and BA. RGB value is (212,155,186). Sum of RGB (Red+Green+Blue) = 212+155+186=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BBA is #2B6445. Grayscale: #AFAFAF. Windows color (decimal): -2843718 or 12229588. OLE color: 12229588.

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

Color convert

RGB 212 155 186 -
CMYK 0 0.27 0.12 0.17
HSL 327.37º 0.4% 0.72% -
HSV(B) 327.37º 0.27% 0.83% -
XYZ 47.74 40.98 51.85 -
YUV 175.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 212 155 186 0 0.27 0.12 0.17 327.37 0.4 0.72
Hex D4 9B BA 0 1B C 11 147 28 48
Octal 324 233 272 0 33 14 21 507 50 110
Binary 11010100 10011011 10111010 0 11011 1100 10001 101000111 101000 1001000

Color Harmonies of #D49BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BBA

Black with #D49BBA

Text Example


Text Example

White with #D49BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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