Html Css Color HEX #DAB0BB Melanie

📋 copy color: '#DAB0BB'

red 218 ◦ green 176 ◦ blue 187

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

Shades of Melanie #DAB0BB

Tints of Melanie #DAB0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 37.52%
G = 30.29%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAB0BB (or 0xDAB0BB) is known color: Melanie. HEX triplet: DA, B0 and BB. RGB value is (218,176,187). Sum of RGB (Red+Green+Blue) = 218+176+187=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BB is #254F44. Grayscale: #BDBDBD. Windows color (decimal): -2445125 or 12300506. OLE color: 12300506.

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

Color convert

RGB 218 176 187 -
CMYK 0 0.19 0.14 0.15
HSL 344.29º 0.36% 0.77% -
HSV(B) 344.29º 0.19% 0.85% -
XYZ 53.41 49.54 53.76 -
YUV 189.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 218 176 187 0 0.19 0.14 0.15 344.29 0.36 0.77
Hex DA B0 BB 0 13 E F 158 24 4D
Octal 332 260 273 0 23 16 17 530 44 115
Binary 11011010 10110000 10111011 0 10011 1110 1111 101011000 100100 1001101

Color Harmonies of #DAB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0BB

Black with #DAB0BB

Text Example


Text Example

White with #DAB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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