Html Css Color HEX #D0A9B9 Lily

📋 copy color: '#D0A9B9'

red 208 ◦ green 169 ◦ blue 185

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

Shades of Lily #D0A9B9

Tints of Lily #D0A9B9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.07%

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 37.01%
G = 30.07%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0A9B9 (or 0xD0A9B9) is known color: Lily. HEX triplet: D0, A9 and B9. RGB value is (208,169,185). Sum of RGB (Red+Green+Blue) = 208+169+185=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9B9 is #2F5646. Grayscale: #B6B6B6. Windows color (decimal): -3102279 or 12167632. OLE color: 12167632.

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

Color convert

RGB 208 169 185 -
CMYK 0 0.19 0.11 0.18
HSL 335.38º 0.29% 0.74% -
HSV(B) 335.38º 0.19% 0.82% -
XYZ 48.96 45.29 52.06 -
YUV 182.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 208 169 185 0 0.19 0.11 0.18 335.38 0.29 0.74
Hex D0 A9 B9 0 13 B 12 14F 1D 4A
Octal 320 251 271 0 23 13 22 517 35 112
Binary 11010000 10101001 10111001 0 10011 1011 10010 101001111 11101 1001010

Color Harmonies of #D0A9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9B9

Black with #D0A9B9

Text Example


Text Example

White with #D0A9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9B9; }

 p { color: rgb(208,169,185); }

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

background-color css

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

 a { background-color: rgb(208,169,185); }

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

border-color css

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

 span { border-color: rgb(208,169,185); }

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