Html Css Color HEX #DAABB9 Melanie

📋 copy color: '#DAABB9'

red 218 ◦ green 171 ◦ blue 185

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

Shades of Melanie #DAABB9

Tints of Melanie #DAABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

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

R = 37.98%
G = 29.79%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAABB9 (or 0xDAABB9) is known color: Melanie. HEX triplet: DA, AB and B9. RGB value is (218,171,185). Sum of RGB (Red+Green+Blue) = 218+171+185=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB9 is #255446. Grayscale: #BABABA. Windows color (decimal): -2446407 or 12168154. OLE color: 12168154.

HSL color Cylindrical-coordinate representation of color #DAABB9: hue angle of 342.13º degrees, saturation: 0.39, 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 #DAABB9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 185 -
CMYK 0 0.22 0.15 0.15
HSL 342.13º 0.39% 0.76% -
HSV(B) 342.13º 0.22% 0.85% -
XYZ 52.23 47.53 52.32 -
YUV 186.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 218 171 185 0 0.22 0.15 0.15 342.13 0.39 0.76
Hex DA AB B9 0 16 F F 156 27 4C
Octal 332 253 271 0 26 17 17 526 47 114
Binary 11011010 10101011 10111001 0 10110 1111 1111 101010110 100111 1001100

Color Harmonies of #DAABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABB9

Black with #DAABB9

Text Example


Text Example

White with #DAABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABB9; }

 p { color: rgb(218,171,185); }

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

background-color css

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

 a { background-color: rgb(218,171,185); }

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

border-color css

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

 span { border-color: rgb(218,171,185); }

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