Html Css Color HEX #DBB6BE Melanie

📋 copy color: '#DBB6BE'

red 219 ◦ green 182 ◦ blue 190

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

Shades of Melanie #DBB6BE

Tints of Melanie #DBB6BE

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 182 (71.48% from 255) = 30.8%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 37.06%
G = 30.8%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB6BE (or 0xDBB6BE) is known color: Melanie. HEX triplet: DB, B6 and BE. RGB value is (219,182,190). Sum of RGB (Red+Green+Blue) = 219+182+190=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BE is #244941. Grayscale: #C1C1C1. Windows color (decimal): -2378050 or 12498651. OLE color: 12498651.

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

Color convert

RGB 219 182 190 -
CMYK 0 0.17 0.13 0.14
HSL 347.03º 0.34% 0.79% -
HSV(B) 347.03º 0.17% 0.86% -
XYZ 55.24 52.23 55.89 -
YUV 193.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 219 182 190 0 0.17 0.13 0.14 347.03 0.34 0.79
Hex DB B6 BE 0 11 D E 15B 22 4F
Octal 333 266 276 0 21 15 16 533 42 117
Binary 11011011 10110110 10111110 0 10001 1101 1110 101011011 100010 1001111

Color Harmonies of #DBB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6BE

Black with #DBB6BE

Text Example


Text Example

White with #DBB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6BE; }

 p { color: rgb(219,182,190); }

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

background-color css

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

 a { background-color: rgb(219,182,190); }

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

border-color css

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

 span { border-color: rgb(219,182,190); }

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