Html Css Color HEX #DAB4BC Melanie

📋 copy color: '#DAB4BC'

red 218 ◦ green 180 ◦ blue 188

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

Shades of Melanie #DAB4BC

Tints of Melanie #DAB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.72%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 37.2%
G = 30.72%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAB4BC (or 0xDAB4BC) is known color: Melanie. HEX triplet: DA, B4 and BC. RGB value is (218,180,188). Sum of RGB (Red+Green+Blue) = 218+180+188=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4BC is #254B43. Grayscale: #C0C0C0. Windows color (decimal): -2444100 or 12367066. OLE color: 12367066.

HSL color Cylindrical-coordinate representation of color #DAB4BC: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4BC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 188 -
CMYK 0 0.17 0.14 0.15
HSL 347.37º 0.34% 0.78% -
HSV(B) 347.37º 0.17% 0.85% -
XYZ 54.31 51.18 54.59 -
YUV 192.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 218 180 188 0 0.17 0.14 0.15 347.37 0.34 0.78
Hex DA B4 BC 0 11 E F 15B 22 4E
Octal 332 264 274 0 21 16 17 533 42 116
Binary 11011010 10110100 10111100 0 10001 1110 1111 101011011 100010 1001110

Color Harmonies of #DAB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4BC

Black with #DAB4BC

Text Example


Text Example

White with #DAB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4BC; }

 p { color: rgb(218,180,188); }

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

background-color css

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

 a { background-color: rgb(218,180,188); }

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

border-color css

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

 span { border-color: rgb(218,180,188); }

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