Html Css Color HEX #D4A1BD Lily

📋 copy color: '#D4A1BD'

red 212 ◦ green 161 ◦ blue 189

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

Shades of Lily #D4A1BD

Tints of Lily #D4A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.65%

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 37.72%
G = 28.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4A1BD (or 0xD4A1BD) is known color: Lily. HEX triplet: D4, A1 and BD. RGB value is (212,161,189). Sum of RGB (Red+Green+Blue) = 212+161+189=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1BD is #2B5E42. Grayscale: #B3B3B3. Windows color (decimal): -2842179 or 12427732. OLE color: 12427732.

HSL color Cylindrical-coordinate representation of color #D4A1BD: hue angle of 327.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1BD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 189 -
CMYK 0 0.24 0.11 0.17
HSL 327.06º 0.37% 0.73% -
HSV(B) 327.06º 0.24% 0.83% -
XYZ 49.08 43.16 53.89 -
YUV 179.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 212 161 189 0 0.24 0.11 0.17 327.06 0.37 0.73
Hex D4 A1 BD 0 18 B 11 147 25 49
Octal 324 241 275 0 30 13 21 507 45 111
Binary 11010100 10100001 10111101 0 11000 1011 10001 101000111 100101 1001001

Color Harmonies of #D4A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1BD

Black with #D4A1BD

Text Example


Text Example

White with #D4A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1BD; }

 p { color: rgb(212,161,189); }

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

background-color css

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

 a { background-color: rgb(212,161,189); }

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

border-color css

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

 span { border-color: rgb(212,161,189); }

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