Html Css Color HEX #DBB9BF Melanie

📋 copy color: '#DBB9BF'

red 219 ◦ green 185 ◦ blue 191

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

Shades of Melanie #DBB9BF

Tints of Melanie #DBB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

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

R = 36.81%
G = 31.09%
B = 32.1%

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

#DBB9BF (or 0xDBB9BF) is known color: Melanie. HEX triplet: DB, B9 and BF. RGB value is (219,185,191). Sum of RGB (Red+Green+Blue) = 219+185+191=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9BF is #244640. Grayscale: #C3C3C3. Windows color (decimal): -2377281 or 12564955. OLE color: 12564955.

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

Color convert

RGB 219 185 191 -
CMYK 0 0.16 0.13 0.14
HSL 349.41º 0.32% 0.79% -
HSV(B) 349.41º 0.16% 0.86% -
XYZ 55.97 53.52 56.67 -
YUV 195.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 219 185 191 0 0.16 0.13 0.14 349.41 0.32 0.79
Hex DB B9 BF 0 10 D E 15D 20 4F
Octal 333 271 277 0 20 15 16 535 40 117
Binary 11011011 10111001 10111111 0 10000 1101 1110 101011101 100000 1001111

Color Harmonies of #DBB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9BF

Black with #DBB9BF

Text Example


Text Example

White with #DBB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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