Html Css Color HEX #D4A0BB Lily

📋 copy color: '#D4A0BB'

red 212 ◦ green 160 ◦ blue 187

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

Shades of Lily #D4A0BB

Tints of Lily #D4A0BB

RGB

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

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

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

R = 37.92%
G = 28.62%
B = 33.45%

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

#D4A0BB (or 0xD4A0BB) is known color: Lily. HEX triplet: D4, A0 and BB. RGB value is (212,160,187). Sum of RGB (Red+Green+Blue) = 212+160+187=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0BB is #2B5F44. Grayscale: #B2B2B2. Windows color (decimal): -2842437 or 12296404. OLE color: 12296404.

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

Color convert

RGB 212 160 187 -
CMYK 0 0.25 0.12 0.17
HSL 328.85º 0.38% 0.73% -
HSV(B) 328.85º 0.25% 0.83% -
XYZ 48.69 42.73 52.69 -
YUV 178.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 212 160 187 0 0.25 0.12 0.17 328.85 0.38 0.73
Hex D4 A0 BB 0 19 C 11 149 26 49
Octal 324 240 273 0 31 14 21 511 46 111
Binary 11010100 10100000 10111011 0 11001 1100 10001 101001001 100110 1001001

Color Harmonies of #D4A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0BB

Black with #D4A0BB

Text Example


Text Example

White with #D4A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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