Html Css Color HEX #DBB0BB Melanie

📋 copy color: '#DBB0BB'

red 219 ◦ green 176 ◦ blue 187

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

Shades of Melanie #DBB0BB

Tints of Melanie #DBB0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.24%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 37.63%
G = 30.24%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBB0BB (or 0xDBB0BB) is known color: Melanie. HEX triplet: DB, B0 and BB. RGB value is (219,176,187). Sum of RGB (Red+Green+Blue) = 219+176+187=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BB is #244F44. Grayscale: #BEBEBE. Windows color (decimal): -2379589 or 12300507. OLE color: 12300507.

HSL color Cylindrical-coordinate representation of color #DBB0BB: hue angle of 344.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0BB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 187 -
CMYK 0 0.20 0.15 0.14
HSL 344.65º 0.37% 0.77% -
HSV(B) 344.65º 0.2% 0.86% -
XYZ 53.71 49.7 53.78 -
YUV 190.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 219 176 187 0 0.20 0.15 0.14 344.65 0.37 0.77
Hex DB B0 BB 0 14 F E 159 25 4D
Octal 333 260 273 0 24 17 16 531 45 115
Binary 11011011 10110000 10111011 0 10100 1111 1110 101011001 100101 1001101

Color Harmonies of #DBB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0BB

Black with #DBB0BB

Text Example


Text Example

White with #DBB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0BB; }

 p { color: rgb(219,176,187); }

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

background-color css

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

 a { background-color: rgb(219,176,187); }

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

border-color css

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

 span { border-color: rgb(219,176,187); }

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