Html Css Color HEX #D49ABB Lily

📋 copy color: '#D49ABB'

red 212 ◦ green 154 ◦ blue 187

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

Shades of Lily #D49ABB

Tints of Lily #D49ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 38.34%
G = 27.85%
B = 33.82%

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

#D49ABB (or 0xD49ABB) is known color: Lily. HEX triplet: D4, 9A and BB. RGB value is (212,154,187). Sum of RGB (Red+Green+Blue) = 212+154+187=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABB is #2B6544. Grayscale: #AFAFAF. Windows color (decimal): -2843973 or 12294868. OLE color: 12294868.

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

Color convert

RGB 212 154 187 -
CMYK 0 0.27 0.12 0.17
HSL 325.86º 0.4% 0.72% -
HSV(B) 325.86º 0.27% 0.83% -
XYZ 47.68 40.7 52.36 -
YUV 175.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 212 154 187 0 0.27 0.12 0.17 325.86 0.4 0.72
Hex D4 9A BB 0 1B C 11 146 28 48
Octal 324 232 273 0 33 14 21 506 50 110
Binary 11010100 10011010 10111011 0 11011 1100 10001 101000110 101000 1001000

Color Harmonies of #D49ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ABB

Black with #D49ABB

Text Example


Text Example

White with #D49ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ABB; }

 p { color: rgb(212,154,187); }

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

background-color css

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

 a { background-color: rgb(212,154,187); }

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

border-color css

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

 span { border-color: rgb(212,154,187); }

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