Html Css Color HEX #D3A5BA Lily

📋 copy color: '#D3A5BA'

red 211 ◦ green 165 ◦ blue 186

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

Shades of Lily #D3A5BA

Tints of Lily #D3A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.36%

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

R = 37.54%
G = 29.36%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D3A5BA (or 0xD3A5BA) is known color: Lily. HEX triplet: D3, A5 and BA. RGB value is (211,165,186). Sum of RGB (Red+Green+Blue) = 211+165+186=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5BA is #2C5A45. Grayscale: #B5B5B5. Windows color (decimal): -2906694 or 12232147. OLE color: 12232147.

HSL color Cylindrical-coordinate representation of color #D3A5BA: hue angle of 332.61º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A5BA is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 186 -
CMYK 0 0.22 0.12 0.17
HSL 332.61º 0.34% 0.74% -
HSV(B) 332.61º 0.22% 0.83% -
XYZ 49.18 44.3 52.41 -
YUV 181.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 211 165 186 0 0.22 0.12 0.17 332.61 0.34 0.74
Hex D3 A5 BA 0 16 C 11 14D 22 4A
Octal 323 245 272 0 26 14 21 515 42 112
Binary 11010011 10100101 10111010 0 10110 1100 10001 101001101 100010 1001010

Color Harmonies of #D3A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5BA

Black with #D3A5BA

Text Example


Text Example

White with #D3A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5BA; }

 p { color: rgb(211,165,186); }

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

background-color css

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

 a { background-color: rgb(211,165,186); }

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

border-color css

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

 span { border-color: rgb(211,165,186); }

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