Html Css Color HEX #D49ABC Lily

📋 copy color: '#D49ABC'

red 212 ◦ green 154 ◦ blue 188

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

Shades of Lily #D49ABC

Tints of Lily #D49ABC

RGB

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

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

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

R = 38.27%
G = 27.8%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D49ABC (or 0xD49ABC) is known color: Lily. HEX triplet: D4, 9A and BC. RGB value is (212,154,188). Sum of RGB (Red+Green+Blue) = 212+154+188=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABC is #2B6543. Grayscale: #AFAFAF. Windows color (decimal): -2843972 or 12360404. OLE color: 12360404.

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

Color convert

RGB 212 154 188 -
CMYK 0 0.27 0.11 0.17
HSL 324.83º 0.4% 0.72% -
HSV(B) 324.83º 0.27% 0.83% -
XYZ 47.78 40.74 52.92 -
YUV 175.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 212 154 188 0 0.27 0.11 0.17 324.83 0.4 0.72
Hex D4 9A BC 0 1B B 11 145 28 48
Octal 324 232 274 0 33 13 21 505 50 110
Binary 11010100 10011010 10111100 0 11011 1011 10001 101000101 101000 1001000

Color Harmonies of #D49ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ABC

Black with #D49ABC

Text Example


Text Example

White with #D49ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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