Html Css Color HEX #D4A0BA Lily

📋 copy color: '#D4A0BA'

red 212 ◦ green 160 ◦ blue 186

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

Shades of Lily #D4A0BA

Tints of Lily #D4A0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

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

R = 37.99%
G = 28.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4A0BA (or 0xD4A0BA) is known color: Lily. HEX triplet: D4, A0 and BA. RGB value is (212,160,186). Sum of RGB (Red+Green+Blue) = 212+160+186=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0BA is #2B5F45. Grayscale: #B2B2B2. Windows color (decimal): -2842438 or 12230868. OLE color: 12230868.

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

Color convert

RGB 212 160 186 -
CMYK 0 0.25 0.12 0.17
HSL 330º 0.38% 0.73% -
HSV(B) 330º 0.25% 0.83% -
XYZ 48.59 42.68 52.13 -
YUV 178.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 212 160 186 0 0.25 0.12 0.17 330 0.38 0.73
Hex D4 A0 BA 0 19 C 11 14A 26 49
Octal 324 240 272 0 31 14 21 512 46 111
Binary 11010100 10100000 10111010 0 11001 1100 10001 101001010 100110 1001001

Color Harmonies of #D4A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0BA

Black with #D4A0BA

Text Example


Text Example

White with #D4A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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