Html Css Color HEX #DBB7BE Melanie

📋 copy color: '#DBB7BE'

red 219 ◦ green 183 ◦ blue 190

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

Shades of Melanie #DBB7BE

Tints of Melanie #DBB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.91%

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

R = 36.99%
G = 30.91%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB7BE (or 0xDBB7BE) is known color: Melanie. HEX triplet: DB, B7 and BE. RGB value is (219,183,190). Sum of RGB (Red+Green+Blue) = 219+183+190=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7BE is #244841. Grayscale: #C2C2C2. Windows color (decimal): -2377794 or 12498907. OLE color: 12498907.

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

Color convert

RGB 219 183 190 -
CMYK 0 0.16 0.13 0.14
HSL 348.33º 0.33% 0.79% -
HSV(B) 348.33º 0.16% 0.86% -
XYZ 55.44 52.64 55.95 -
YUV 194.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 219 183 190 0 0.16 0.13 0.14 348.33 0.33 0.79
Hex DB B7 BE 0 10 D E 15C 21 4F
Octal 333 267 276 0 20 15 16 534 41 117
Binary 11011011 10110111 10111110 0 10000 1101 1110 101011100 100001 1001111

Color Harmonies of #DBB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7BE

Black with #DBB7BE

Text Example


Text Example

White with #DBB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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