Html Css Color HEX #DBB6BD Melanie

📋 copy color: '#DBB6BD'

red 219 ◦ green 182 ◦ blue 189

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

Shades of Melanie #DBB6BD

Tints of Melanie #DBB6BD

RGB

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

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

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

R = 37.12%
G = 30.85%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBB6BD (or 0xDBB6BD) is known color: Melanie. HEX triplet: DB, B6 and BD. RGB value is (219,182,189). Sum of RGB (Red+Green+Blue) = 219+182+189=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BD is #244942. Grayscale: #C1C1C1. Windows color (decimal): -2378051 or 12433115. OLE color: 12433115.

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

Color convert

RGB 219 182 189 -
CMYK 0 0.17 0.14 0.14
HSL 348.65º 0.34% 0.79% -
HSV(B) 348.65º 0.17% 0.86% -
XYZ 55.13 52.19 55.31 -
YUV 193.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 219 182 189 0 0.17 0.14 0.14 348.65 0.34 0.79
Hex DB B6 BD 0 11 E E 15D 22 4F
Octal 333 266 275 0 21 16 16 535 42 117
Binary 11011011 10110110 10111101 0 10001 1110 1110 101011101 100010 1001111

Color Harmonies of #DBB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6BD

Black with #DBB6BD

Text Example


Text Example

White with #DBB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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