Html Css Color HEX #D3A0BC Lily

📋 copy color: '#D3A0BC'

red 211 ◦ green 160 ◦ blue 188

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

Shades of Lily #D3A0BC

Tints of Lily #D3A0BC

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

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

R = 37.75%
G = 28.62%
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

#D3A0BC (or 0xD3A0BC) is known color: Lily. HEX triplet: D3, A0 and BC. RGB value is (211,160,188). Sum of RGB (Red+Green+Blue) = 211+160+188=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0BC is #2C5F43. Grayscale: #B2B2B2. Windows color (decimal): -2907972 or 12361939. OLE color: 12361939.

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

Color convert

RGB 211 160 188 -
CMYK 0 0.24 0.11 0.17
HSL 327.06º 0.37% 0.73% -
HSV(B) 327.06º 0.24% 0.83% -
XYZ 48.51 42.62 53.25 -
YUV 178.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 211 160 188 0 0.24 0.11 0.17 327.06 0.37 0.73
Hex D3 A0 BC 0 18 B 11 147 25 49
Octal 323 240 274 0 30 13 21 507 45 111
Binary 11010011 10100000 10111100 0 11000 1011 10001 101000111 100101 1001001

Color Harmonies of #D3A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A0BC

Black with #D3A0BC

Text Example


Text Example

White with #D3A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A0BC; }

 p { color: rgb(211,160,188); }

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

background-color css

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

 a { background-color: rgb(211,160,188); }

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

border-color css

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

 span { border-color: rgb(211,160,188); }

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