Html Css Color HEX #DBB0BE Melanie

📋 copy color: '#DBB0BE'

red 219 ◦ green 176 ◦ blue 190

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

Shades of Melanie #DBB0BE

Tints of Melanie #DBB0BE

RGB

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

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

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

R = 37.44%
G = 30.09%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB0BE (or 0xDBB0BE) is known color: Melanie. HEX triplet: DB, B0 and BE. RGB value is (219,176,190). Sum of RGB (Red+Green+Blue) = 219+176+190=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BE is #244F41. Grayscale: #BEBEBE. Windows color (decimal): -2379586 or 12497115. OLE color: 12497115.

HSL color Cylindrical-coordinate representation of color #DBB0BE: hue angle of 340.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0BE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 190 -
CMYK 0 0.20 0.13 0.14
HSL 340.47º 0.37% 0.77% -
HSV(B) 340.47º 0.2% 0.86% -
XYZ 54.03 49.83 55.49 -
YUV 190.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 219 176 190 0 0.20 0.13 0.14 340.47 0.37 0.77
Hex DB B0 BE 0 14 D E 154 25 4D
Octal 333 260 276 0 24 15 16 524 45 115
Binary 11011011 10110000 10111110 0 10100 1101 1110 101010100 100101 1001101

Color Harmonies of #DBB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0BE

Black with #DBB0BE

Text Example


Text Example

White with #DBB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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