Html Css Color HEX #DAB3BE Melanie

📋 copy color: '#DAB3BE'

red 218 ◦ green 179 ◦ blue 190

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

Shades of Melanie #DAB3BE

Tints of Melanie #DAB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.49%

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

R = 37.14%
G = 30.49%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB3BE (or 0xDAB3BE) is known color: Melanie. HEX triplet: DA, B3 and BE. RGB value is (218,179,190). Sum of RGB (Red+Green+Blue) = 218+179+190=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3BE is #254C41. Grayscale: #BFBFBF. Windows color (decimal): -2444354 or 12497882. OLE color: 12497882.

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

Color convert

RGB 218 179 190 -
CMYK 0 0.18 0.13 0.15
HSL 343.08º 0.35% 0.78% -
HSV(B) 343.08º 0.18% 0.85% -
XYZ 54.33 50.86 55.67 -
YUV 191.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 218 179 190 0 0.18 0.13 0.15 343.08 0.35 0.78
Hex DA B3 BE 0 12 D F 157 23 4E
Octal 332 263 276 0 22 15 17 527 43 116
Binary 11011010 10110011 10111110 0 10010 1101 1111 101010111 100011 1001110

Color Harmonies of #DAB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3BE

Black with #DAB3BE

Text Example


Text Example

White with #DAB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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