Html Css Color HEX #DAB7BD Melanie

📋 copy color: '#DAB7BD'

red 218 ◦ green 183 ◦ blue 189

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

Shades of Melanie #DAB7BD

Tints of Melanie #DAB7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

 BLUE value IS 189 (74.22% from 255) = 32.03%

R = 36.95%
G = 31.02%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAB7BD (or 0xDAB7BD) is known color: Melanie. HEX triplet: DA, B7 and BD. RGB value is (218,183,189). Sum of RGB (Red+Green+Blue) = 218+183+189=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BD is #254842. Grayscale: #C2C2C2. Windows color (decimal): -2443331 or 12433370. OLE color: 12433370.

HSL color Cylindrical-coordinate representation of color #DAB7BD: hue angle of 349.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7BD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 189 -
CMYK 0 0.16 0.13 0.15
HSL 349.71º 0.32% 0.79% -
HSV(B) 349.71º 0.16% 0.85% -
XYZ 55.03 52.45 55.37 -
YUV 194.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 218 183 189 0 0.16 0.13 0.15 349.71 0.32 0.79
Hex DA B7 BD 0 10 D F 15E 20 4F
Octal 332 267 275 0 20 15 17 536 40 117
Binary 11011010 10110111 10111101 0 10000 1101 1111 101011110 100000 1001111

Color Harmonies of #DAB7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7BD

Black with #DAB7BD

Text Example


Text Example

White with #DAB7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7BD; }

 p { color: rgb(218,183,189); }

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

background-color css

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

 a { background-color: rgb(218,183,189); }

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

border-color css

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

 span { border-color: rgb(218,183,189); }

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