Html Css Color HEX #DAB9BF Melanie

📋 copy color: '#DAB9BF'

red 218 ◦ green 185 ◦ blue 191

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

Shades of Melanie #DAB9BF

Tints of Melanie #DAB9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.15%

R = 36.7%
G = 31.14%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB9BF (or 0xDAB9BF) is known color: Melanie. HEX triplet: DA, B9 and BF. RGB value is (218,185,191). Sum of RGB (Red+Green+Blue) = 218+185+191=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BF is #254640. Grayscale: #C3C3C3. Windows color (decimal): -2442817 or 12564954. OLE color: 12564954.

HSL color Cylindrical-coordinate representation of color #DAB9BF: hue angle of 349.09º 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 #DAB9BF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 191 -
CMYK 0 0.15 0.12 0.15
HSL 349.09º 0.31% 0.79% -
HSV(B) 349.09º 0.15% 0.85% -
XYZ 55.67 53.36 56.66 -
YUV 195.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 218 185 191 0 0.15 0.12 0.15 349.09 0.31 0.79
Hex DA B9 BF 0 F C F 15D 1F 4F
Octal 332 271 277 0 17 14 17 535 37 117
Binary 11011010 10111001 10111111 0 1111 1100 1111 101011101 11111 1001111

Color Harmonies of #DAB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9BF

Black with #DAB9BF

Text Example


Text Example

White with #DAB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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