Html Css Color HEX #DAB1BD Melanie

📋 copy color: '#DAB1BD'

red 218 ◦ green 177 ◦ blue 189

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

Shades of Melanie #DAB1BD

Tints of Melanie #DAB1BD

RGB

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

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

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

R = 37.33%
G = 30.31%
B = 32.36%

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

#DAB1BD (or 0xDAB1BD) is known color: Melanie. HEX triplet: DA, B1 and BD. RGB value is (218,177,189). Sum of RGB (Red+Green+Blue) = 218+177+189=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BD is #254E42. Grayscale: #BEBEBE. Windows color (decimal): -2444867 or 12431834. OLE color: 12431834.

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

Color convert

RGB 218 177 189 -
CMYK 0 0.19 0.13 0.15
HSL 342.44º 0.36% 0.77% -
HSV(B) 342.44º 0.19% 0.85% -
XYZ 53.82 50.02 54.96 -
YUV 190.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 218 177 189 0 0.19 0.13 0.15 342.44 0.36 0.77
Hex DA B1 BD 0 13 D F 156 24 4D
Octal 332 261 275 0 23 15 17 526 44 115
Binary 11011010 10110001 10111101 0 10011 1101 1111 101010110 100100 1001101

Color Harmonies of #DAB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1BD

Black with #DAB1BD

Text Example


Text Example

White with #DAB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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