Html Css Color HEX #DAB6BE Melanie

📋 copy color: '#DAB6BE'

red 218 ◦ green 182 ◦ blue 190

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

Shades of Melanie #DAB6BE

Tints of Melanie #DAB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 36.95%
G = 30.85%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB6BE (or 0xDAB6BE) is known color: Melanie. HEX triplet: DA, B6 and BE. RGB value is (218,182,190). Sum of RGB (Red+Green+Blue) = 218+182+190=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BE is #254941. Grayscale: #C1C1C1. Windows color (decimal): -2443586 or 12498650. OLE color: 12498650.

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

Color convert

RGB 218 182 190 -
CMYK 0 0.17 0.13 0.15
HSL 346.67º 0.33% 0.78% -
HSV(B) 346.67º 0.17% 0.85% -
XYZ 54.94 52.08 55.87 -
YUV 193.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 218 182 190 0 0.17 0.13 0.15 346.67 0.33 0.78
Hex DA B6 BE 0 11 D F 15B 21 4E
Octal 332 266 276 0 21 15 17 533 41 116
Binary 11011010 10110110 10111110 0 10001 1101 1111 101011011 100001 1001110

Color Harmonies of #DAB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6BE

Black with #DAB6BE

Text Example


Text Example

White with #DAB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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