Html Css Color HEX #DAB5BF Melanie

📋 copy color: '#DAB5BF'

red 218 ◦ green 181 ◦ blue 191

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

Shades of Melanie #DAB5BF

Tints of Melanie #DAB5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

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

R = 36.95%
G = 30.68%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB5BF (or 0xDAB5BF) is known color: Melanie. HEX triplet: DA, B5 and BF. RGB value is (218,181,191). Sum of RGB (Red+Green+Blue) = 218+181+191=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5BF is #254A40. Grayscale: #C1C1C1. Windows color (decimal): -2443841 or 12563930. OLE color: 12563930.

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

Color convert

RGB 218 181 191 -
CMYK 0 0.17 0.12 0.15
HSL 343.78º 0.33% 0.78% -
HSV(B) 343.78º 0.17% 0.85% -
XYZ 54.84 51.71 56.38 -
YUV 193.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 218 181 191 0 0.17 0.12 0.15 343.78 0.33 0.78
Hex DA B5 BF 0 11 C F 158 21 4E
Octal 332 265 277 0 21 14 17 530 41 116
Binary 11011010 10110101 10111111 0 10001 1100 1111 101011000 100001 1001110

Color Harmonies of #DAB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5BF

Black with #DAB5BF

Text Example


Text Example

White with #DAB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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