Html Css Color HEX #DBB3BE Melanie

📋 copy color: '#DBB3BE'

red 219 ◦ green 179 ◦ blue 190

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

Shades of Melanie #DBB3BE

Tints of Melanie #DBB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.44%

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 37.24%
G = 30.44%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB3BE (or 0xDBB3BE) is known color: Melanie. HEX triplet: DB, B3 and BE. RGB value is (219,179,190). Sum of RGB (Red+Green+Blue) = 219+179+190=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BE is #244C41. Grayscale: #C0C0C0. Windows color (decimal): -2378818 or 12497883. OLE color: 12497883.

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

Color convert

RGB 219 179 190 -
CMYK 0 0.18 0.13 0.14
HSL 343.5º 0.36% 0.78% -
HSV(B) 343.5º 0.18% 0.86% -
XYZ 54.63 51.02 55.68 -
YUV 192.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 219 179 190 0 0.18 0.13 0.14 343.5 0.36 0.78
Hex DB B3 BE 0 12 D E 158 24 4E
Octal 333 263 276 0 22 15 16 530 44 116
Binary 11011011 10110011 10111110 0 10010 1101 1110 101011000 100100 1001110

Color Harmonies of #DBB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3BE

Black with #DBB3BE

Text Example


Text Example

White with #DBB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3BE; }

 p { color: rgb(219,179,190); }

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

background-color css

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

 a { background-color: rgb(219,179,190); }

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

border-color css

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

 span { border-color: rgb(219,179,190); }

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