Html Css Color HEX #DBB6BF Melanie

📋 copy color: '#DBB6BF'

red 219 ◦ green 182 ◦ blue 191

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

Shades of Melanie #DBB6BF

Tints of Melanie #DBB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.74%

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

R = 36.99%
G = 30.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB6BF (or 0xDBB6BF) is known color: Melanie. HEX triplet: DB, B6 and BF. RGB value is (219,182,191). Sum of RGB (Red+Green+Blue) = 219+182+191=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BF is #244940. Grayscale: #C2C2C2. Windows color (decimal): -2378049 or 12564187. OLE color: 12564187.

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

Color convert

RGB 219 182 191 -
CMYK 0 0.17 0.13 0.14
HSL 345.41º 0.34% 0.79% -
HSV(B) 345.41º 0.17% 0.86% -
XYZ 55.35 52.28 56.46 -
YUV 194.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 219 182 191 0 0.17 0.13 0.14 345.41 0.34 0.79
Hex DB B6 BF 0 11 D E 159 22 4F
Octal 333 266 277 0 21 15 16 531 42 117
Binary 11011011 10110110 10111111 0 10001 1101 1110 101011001 100010 1001111

Color Harmonies of #DBB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6BF

Black with #DBB6BF

Text Example


Text Example

White with #DBB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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