Html Css Color HEX #DAB2BF Melanie

📋 copy color: '#DAB2BF'

red 218 ◦ green 178 ◦ blue 191

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

Shades of Melanie #DAB2BF

Tints of Melanie #DAB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

 BLUE value IS 191 (75% from 255) = 32.54%

R = 37.14%
G = 30.32%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB2BF (or 0xDAB2BF) is known color: Melanie. HEX triplet: DA, B2 and BF. RGB value is (218,178,191). Sum of RGB (Red+Green+Blue) = 218+178+191=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2BF is #254D40. Grayscale: #BFBFBF. Windows color (decimal): -2444609 or 12563162. OLE color: 12563162.

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

Color convert

RGB 218 178 191 -
CMYK 0 0.18 0.12 0.15
HSL 340.5º 0.35% 0.78% -
HSV(B) 340.5º 0.18% 0.85% -
XYZ 54.24 50.51 56.18 -
YUV 191.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 218 178 191 0 0.18 0.12 0.15 340.5 0.35 0.78
Hex DA B2 BF 0 12 C F 154 23 4E
Octal 332 262 277 0 22 14 17 524 43 116
Binary 11011010 10110010 10111111 0 10010 1100 1111 101010100 100011 1001110

Color Harmonies of #DAB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2BF

Black with #DAB2BF

Text Example


Text Example

White with #DAB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2BF; }

 p { color: rgb(218,178,191); }

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

background-color css

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

 a { background-color: rgb(218,178,191); }

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

border-color css

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

 span { border-color: rgb(218,178,191); }

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