Html Css Color HEX #DAA9BB Melanie

📋 copy color: '#DAA9BB'

red 218 ◦ green 169 ◦ blue 187

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

Shades of Melanie #DAA9BB

Tints of Melanie #DAA9BB

RGB

 RED value IS 218 (85.55% from 255) = 37.98%

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

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 37.98%
G = 29.44%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAA9BB (or 0xDAA9BB) is known color: Melanie. HEX triplet: DA, A9 and BB. RGB value is (218,169,187). Sum of RGB (Red+Green+Blue) = 218+169+187=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9BB is #255644. Grayscale: #B9B9B9. Windows color (decimal): -2446917 or 12298714. OLE color: 12298714.

HSL color Cylindrical-coordinate representation of color #DAA9BB: hue angle of 337.96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9BB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 187 -
CMYK 0 0.22 0.14 0.15
HSL 337.96º 0.4% 0.76% -
HSV(B) 337.96º 0.22% 0.85% -
XYZ 52.07 46.87 53.32 -
YUV 185.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 218 169 187 0 0.22 0.14 0.15 337.96 0.4 0.76
Hex DA A9 BB 0 16 E F 152 28 4C
Octal 332 251 273 0 26 16 17 522 50 114
Binary 11011010 10101001 10111011 0 10110 1110 1111 101010010 101000 1001100

Color Harmonies of #DAA9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9BB

Black with #DAA9BB

Text Example


Text Example

White with #DAA9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9BB; }

 p { color: rgb(218,169,187); }

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

background-color css

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

 a { background-color: rgb(218,169,187); }

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

border-color css

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

 span { border-color: rgb(218,169,187); }

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