Html Css Color HEX #DAB9BE Melanie

📋 copy color: '#DAB9BE'

red 218 ◦ green 185 ◦ blue 190

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

Shades of Melanie #DAB9BE

Tints of Melanie #DAB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.2%

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 36.76%
G = 31.2%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB9BE (or 0xDAB9BE) is known color: Melanie. HEX triplet: DA, B9 and BE. RGB value is (218,185,190). Sum of RGB (Red+Green+Blue) = 218+185+190=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BE is #254641. Grayscale: #C3C3C3. Windows color (decimal): -2442818 or 12499418. OLE color: 12499418.

HSL color Cylindrical-coordinate representation of color #DAB9BE: hue angle of 350.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9BE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 190 -
CMYK 0 0.15 0.13 0.15
HSL 350.91º 0.31% 0.79% -
HSV(B) 350.91º 0.15% 0.85% -
XYZ 55.56 53.32 56.08 -
YUV 195.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 218 185 190 0 0.15 0.13 0.15 350.91 0.31 0.79
Hex DA B9 BE 0 F D F 15F 1F 4F
Octal 332 271 276 0 17 15 17 537 37 117
Binary 11011010 10111001 10111110 0 1111 1101 1111 101011111 11111 1001111

Color Harmonies of #DAB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9BE

Black with #DAB9BE

Text Example


Text Example

White with #DAB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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