Html Css Color HEX #DAB7BE Melanie

📋 copy color: '#DAB7BE'

red 218 ◦ green 183 ◦ blue 190

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

Shades of Melanie #DAB7BE

Tints of Melanie #DAB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 36.89%
G = 30.96%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB7BE (or 0xDAB7BE) is known color: Melanie. HEX triplet: DA, B7 and BE. RGB value is (218,183,190). Sum of RGB (Red+Green+Blue) = 218+183+190=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BE is #254841. Grayscale: #C2C2C2. Windows color (decimal): -2443330 or 12498906. OLE color: 12498906.

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

Color convert

RGB 218 183 190 -
CMYK 0 0.16 0.13 0.15
HSL 348º 0.32% 0.79% -
HSV(B) 348º 0.16% 0.85% -
XYZ 55.14 52.49 55.94 -
YUV 194.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 218 183 190 0 0.16 0.13 0.15 348 0.32 0.79
Hex DA B7 BE 0 10 D F 15C 20 4F
Octal 332 267 276 0 20 15 17 534 40 117
Binary 11011010 10110111 10111110 0 10000 1101 1111 101011100 100000 1001111

Color Harmonies of #DAB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7BE

Black with #DAB7BE

Text Example


Text Example

White with #DAB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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