Html Css Color HEX #D0A3BA Lily

📋 copy color: '#D0A3BA'

red 208 ◦ green 163 ◦ blue 186

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

Shades of Lily #D0A3BA

Tints of Lily #D0A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

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

R = 37.34%
G = 29.26%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0A3BA (or 0xD0A3BA) is known color: Lily. HEX triplet: D0, A3 and BA. RGB value is (208,163,186). Sum of RGB (Red+Green+Blue) = 208+163+186=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3BA is #2F5C45. Grayscale: #B3B3B3. Windows color (decimal): -3103814 or 12231632. OLE color: 12231632.

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

Color convert

RGB 208 163 186 -
CMYK 0 0.22 0.11 0.18
HSL 329.33º 0.32% 0.73% -
HSV(B) 329.33º 0.22% 0.82% -
XYZ 47.97 43.15 52.25 -
YUV 179.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 208 163 186 0 0.22 0.11 0.18 329.33 0.32 0.73
Hex D0 A3 BA 0 16 B 12 149 20 49
Octal 320 243 272 0 26 13 22 511 40 111
Binary 11010000 10100011 10111010 0 10110 1011 10010 101001001 100000 1001001

Color Harmonies of #D0A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3BA

Black with #D0A3BA

Text Example


Text Example

White with #D0A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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