Html Css Color HEX #DBB3BD Melanie

📋 copy color: '#DBB3BD'

red 219 ◦ green 179 ◦ blue 189

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

Shades of Melanie #DBB3BD

Tints of Melanie #DBB3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 37.31%
G = 30.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBB3BD (or 0xDBB3BD) is known color: Melanie. HEX triplet: DB, B3 and BD. RGB value is (219,179,189). Sum of RGB (Red+Green+Blue) = 219+179+189=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BD is #244C42. Grayscale: #C0C0C0. Windows color (decimal): -2378819 or 12432347. OLE color: 12432347.

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

Color convert

RGB 219 179 189 -
CMYK 0 0.18 0.14 0.14
HSL 345º 0.36% 0.78% -
HSV(B) 345º 0.18% 0.86% -
XYZ 54.52 50.97 55.11 -
YUV 192.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 219 179 189 0 0.18 0.14 0.14 345 0.36 0.78
Hex DB B3 BD 0 12 E E 159 24 4E
Octal 333 263 275 0 22 16 16 531 44 116
Binary 11011011 10110011 10111101 0 10010 1110 1110 101011001 100100 1001110

Color Harmonies of #DBB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3BD

Black with #DBB3BD

Text Example


Text Example

White with #DBB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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