Html Css Color HEX #D0A0BA Lily

📋 copy color: '#D0A0BA'

red 208 ◦ green 160 ◦ blue 186

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

Shades of Lily #D0A0BA

Tints of Lily #D0A0BA

RGB

 RED value IS 208 (81.64% from 255) = 37.55%

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

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

R = 37.55%
G = 28.88%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0A0BA (or 0xD0A0BA) is known color: Lily. HEX triplet: D0, A0 and BA. RGB value is (208,160,186). Sum of RGB (Red+Green+Blue) = 208+160+186=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0BA is #2F5F45. Grayscale: #B1B1B1. Windows color (decimal): -3104582 or 12230864. OLE color: 12230864.

HSL color Cylindrical-coordinate representation of color #D0A0BA: hue angle of 327.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0BA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 186 -
CMYK 0 0.23 0.11 0.18
HSL 327.5º 0.34% 0.72% -
HSV(B) 327.5º 0.23% 0.82% -
XYZ 47.45 42.1 52.08 -
YUV 177.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 208 160 186 0 0.23 0.11 0.18 327.5 0.34 0.72
Hex D0 A0 BA 0 17 B 12 148 22 48
Octal 320 240 272 0 27 13 22 510 42 110
Binary 11010000 10100000 10111010 0 10111 1011 10010 101001000 100010 1001000

Color Harmonies of #D0A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A0BA

Black with #D0A0BA

Text Example


Text Example

White with #D0A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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