Html Css Color HEX #DBB0BF Melanie

📋 copy color: '#DBB0BF'

red 219 ◦ green 176 ◦ blue 191

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

Shades of Melanie #DBB0BF

Tints of Melanie #DBB0BF

RGB

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

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

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

R = 37.37%
G = 30.03%
B = 32.59%

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

#DBB0BF (or 0xDBB0BF) is known color: Melanie. HEX triplet: DB, B0 and BF. RGB value is (219,176,191). Sum of RGB (Red+Green+Blue) = 219+176+191=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BF is #244F40. Grayscale: #BEBEBE. Windows color (decimal): -2379585 or 12562651. OLE color: 12562651.

HSL color Cylindrical-coordinate representation of color #DBB0BF: hue angle of 339.07º 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 #DBB0BF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 191 -
CMYK 0 0.20 0.13 0.14
HSL 339.07º 0.37% 0.77% -
HSV(B) 339.07º 0.2% 0.86% -
XYZ 54.14 49.87 56.06 -
YUV 190.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 219 176 191 0 0.20 0.13 0.14 339.07 0.37 0.77
Hex DB B0 BF 0 14 D E 153 25 4D
Octal 333 260 277 0 24 15 16 523 45 115
Binary 11011011 10110000 10111111 0 10100 1101 1110 101010011 100101 1001101

Color Harmonies of #DBB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0BF

Black with #DBB0BF

Text Example


Text Example

White with #DBB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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