Html Css Color HEX #D0A6BA Lily

📋 copy color: '#D0A6BA'

red 208 ◦ green 166 ◦ blue 186

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

Shades of Lily #D0A6BA

Tints of Lily #D0A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

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

R = 37.14%
G = 29.64%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0A6BA (or 0xD0A6BA) is known color: Lily. HEX triplet: D0, A6 and BA. RGB value is (208,166,186). Sum of RGB (Red+Green+Blue) = 208+166+186=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BA is #2F5945. Grayscale: #B4B4B4. Windows color (decimal): -3103046 or 12232400. OLE color: 12232400.

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

Color convert

RGB 208 166 186 -
CMYK 0 0.20 0.11 0.18
HSL 331.43º 0.31% 0.73% -
HSV(B) 331.43º 0.2% 0.82% -
XYZ 48.51 44.23 52.43 -
YUV 180.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 208 166 186 0 0.20 0.11 0.18 331.43 0.31 0.73
Hex D0 A6 BA 0 14 B 12 14B 1F 49
Octal 320 246 272 0 24 13 22 513 37 111
Binary 11010000 10100110 10111010 0 10100 1011 10010 101001011 11111 1001001

Color Harmonies of #D0A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6BA

Black with #D0A6BA

Text Example


Text Example

White with #D0A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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