Html Css Color HEX #DBBABF Melanie

📋 copy color: '#DBBABF'

red 219 ◦ green 186 ◦ blue 191

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

Shades of Melanie #DBBABF

Tints of Melanie #DBBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

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

R = 36.74%
G = 31.21%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBBABF (or 0xDBBABF) is known color: Melanie. HEX triplet: DB, BA and BF. RGB value is (219,186,191). Sum of RGB (Red+Green+Blue) = 219+186+191=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABF is #244540. Grayscale: #C4C4C4. Windows color (decimal): -2377025 or 12565211. OLE color: 12565211.

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

Color convert

RGB 219 186 191 -
CMYK 0 0.15 0.13 0.14
HSL 350.91º 0.31% 0.79% -
HSV(B) 350.91º 0.15% 0.86% -
XYZ 56.18 53.94 56.74 -
YUV 196.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 219 186 191 0 0.15 0.13 0.14 350.91 0.31 0.79
Hex DB BA BF 0 F D E 15F 1F 4F
Octal 333 272 277 0 17 15 16 537 37 117
Binary 11011011 10111010 10111111 0 1111 1101 1110 101011111 11111 1001111

Color Harmonies of #DBBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBABF

Black with #DBBABF

Text Example


Text Example

White with #DBBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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