Html Css Color HEX #DBB8BF Melanie

📋 copy color: '#DBB8BF'

red 219 ◦ green 184 ◦ blue 191

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

Shades of Melanie #DBB8BF

Tints of Melanie #DBB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.98%

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

R = 36.87%
G = 30.98%
B = 32.15%

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

#DBB8BF (or 0xDBB8BF) is known color: Melanie. HEX triplet: DB, B8 and BF. RGB value is (219,184,191). Sum of RGB (Red+Green+Blue) = 219+184+191=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BF is #244740. Grayscale: #C3C3C3. Windows color (decimal): -2377537 or 12564699. OLE color: 12564699.

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

Color convert

RGB 219 184 191 -
CMYK 0 0.16 0.13 0.14
HSL 348º 0.33% 0.79% -
HSV(B) 348º 0.16% 0.86% -
XYZ 55.76 53.1 56.6 -
YUV 195.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 219 184 191 0 0.16 0.13 0.14 348 0.33 0.79
Hex DB B8 BF 0 10 D E 15C 21 4F
Octal 333 270 277 0 20 15 16 534 41 117
Binary 11011011 10111000 10111111 0 10000 1101 1110 101011100 100001 1001111

Color Harmonies of #DBB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8BF

Black with #DBB8BF

Text Example


Text Example

White with #DBB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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