Html Css Color HEX #DBB1BE Melanie

📋 copy color: '#DBB1BE'

red 219 ◦ green 177 ◦ blue 190

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

Shades of Melanie #DBB1BE

Tints of Melanie #DBB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

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

R = 37.37%
G = 30.2%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB1BE (or 0xDBB1BE) is known color: Melanie. HEX triplet: DB, B1 and BE. RGB value is (219,177,190). Sum of RGB (Red+Green+Blue) = 219+177+190=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BE is #244E41. Grayscale: #BFBFBF. Windows color (decimal): -2379330 or 12497371. OLE color: 12497371.

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

Color convert

RGB 219 177 190 -
CMYK 0 0.19 0.13 0.14
HSL 341.43º 0.37% 0.78% -
HSV(B) 341.43º 0.19% 0.86% -
XYZ 54.23 50.22 55.55 -
YUV 191.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 219 177 190 0 0.19 0.13 0.14 341.43 0.37 0.78
Hex DB B1 BE 0 13 D E 155 25 4E
Octal 333 261 276 0 23 15 16 525 45 116
Binary 11011011 10110001 10111110 0 10011 1101 1110 101010101 100101 1001110

Color Harmonies of #DBB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1BE

Black with #DBB1BE

Text Example


Text Example

White with #DBB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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