Html Css Color HEX #DAB1BF Melanie

📋 copy color: '#DAB1BF'

red 218 ◦ green 177 ◦ blue 191

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

Shades of Melanie #DAB1BF

Tints of Melanie #DAB1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

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

R = 37.2%
G = 30.2%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB1BF (or 0xDAB1BF) is known color: Melanie. HEX triplet: DA, B1 and BF. RGB value is (218,177,191). Sum of RGB (Red+Green+Blue) = 218+177+191=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BF is #254E40. Grayscale: #BEBEBE. Windows color (decimal): -2444865 or 12562906. OLE color: 12562906.

HSL color Cylindrical-coordinate representation of color #DAB1BF: hue angle of 339.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB1BF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 191 -
CMYK 0 0.19 0.12 0.15
HSL 339.51º 0.36% 0.77% -
HSV(B) 339.51º 0.19% 0.85% -
XYZ 54.04 50.11 56.11 -
YUV 190.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 218 177 191 0 0.19 0.12 0.15 339.51 0.36 0.77
Hex DA B1 BF 0 13 C F 154 24 4D
Octal 332 261 277 0 23 14 17 524 44 115
Binary 11011010 10110001 10111111 0 10011 1100 1111 101010100 100100 1001101

Color Harmonies of #DAB1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1BF

Black with #DAB1BF

Text Example


Text Example

White with #DAB1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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