Html Css Color HEX #DAB0BA Melanie

📋 copy color: '#DAB0BA'

red 218 ◦ green 176 ◦ blue 186

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

Shades of Melanie #DAB0BA

Tints of Melanie #DAB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 37.59%
G = 30.34%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAB0BA (or 0xDAB0BA) is known color: Melanie. HEX triplet: DA, B0 and BA. RGB value is (218,176,186). Sum of RGB (Red+Green+Blue) = 218+176+186=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BA is #254F45. Grayscale: #BDBDBD. Windows color (decimal): -2445126 or 12234970. OLE color: 12234970.

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

Color convert

RGB 218 176 186 -
CMYK 0 0.19 0.15 0.15
HSL 345.71º 0.36% 0.77% -
HSV(B) 345.71º 0.19% 0.85% -
XYZ 53.3 49.5 53.2 -
YUV 189.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 218 176 186 0 0.19 0.15 0.15 345.71 0.36 0.77
Hex DA B0 BA 0 13 F F 15A 24 4D
Octal 332 260 272 0 23 17 17 532 44 115
Binary 11011010 10110000 10111010 0 10011 1111 1111 101011010 100100 1001101

Color Harmonies of #DAB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0BA

Black with #DAB0BA

Text Example


Text Example

White with #DAB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0BA; }

 p { color: rgb(218,176,186); }

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

background-color css

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

 a { background-color: rgb(218,176,186); }

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

border-color css

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

 span { border-color: rgb(218,176,186); }

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