Html Css Color HEX #DAB0BE Melanie

📋 copy color: '#DAB0BE'

red 218 ◦ green 176 ◦ blue 190

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

Shades of Melanie #DAB0BE

Tints of Melanie #DAB0BE

RGB

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

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

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

R = 37.33%
G = 30.14%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB0BE (or 0xDAB0BE) is known color: Melanie. HEX triplet: DA, B0 and BE. RGB value is (218,176,190). Sum of RGB (Red+Green+Blue) = 218+176+190=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BE is #254F41. Grayscale: #BEBEBE. Windows color (decimal): -2445122 or 12497114. OLE color: 12497114.

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

Color convert

RGB 218 176 190 -
CMYK 0 0.19 0.13 0.15
HSL 340º 0.36% 0.77% -
HSV(B) 340º 0.19% 0.85% -
XYZ 53.73 49.67 55.47 -
YUV 190.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 218 176 190 0 0.19 0.13 0.15 340 0.36 0.77
Hex DA B0 BE 0 13 D F 154 24 4D
Octal 332 260 276 0 23 15 17 524 44 115
Binary 11011010 10110000 10111110 0 10011 1101 1111 101010100 100100 1001101

Color Harmonies of #DAB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0BE

Black with #DAB0BE

Text Example


Text Example

White with #DAB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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