Html Css Color HEX #DBB2BE Melanie

📋 copy color: '#DBB2BE'

red 219 ◦ green 178 ◦ blue 190

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

Shades of Melanie #DBB2BE

Tints of Melanie #DBB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 37.31%
G = 30.32%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBB2BE (or 0xDBB2BE) is known color: Melanie. HEX triplet: DB, B2 and BE. RGB value is (219,178,190). Sum of RGB (Red+Green+Blue) = 219+178+190=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BE is #244D41. Grayscale: #BFBFBF. Windows color (decimal): -2379074 or 12497627. OLE color: 12497627.

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

Color convert

RGB 219 178 190 -
CMYK 0 0.19 0.13 0.14
HSL 342.44º 0.36% 0.78% -
HSV(B) 342.44º 0.19% 0.86% -
XYZ 54.43 50.62 55.62 -
YUV 191.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 219 178 190 0 0.19 0.13 0.14 342.44 0.36 0.78
Hex DB B2 BE 0 13 D E 156 24 4E
Octal 333 262 276 0 23 15 16 526 44 116
Binary 11011011 10110010 10111110 0 10011 1101 1110 101010110 100100 1001110

Color Harmonies of #DBB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2BE

Black with #DBB2BE

Text Example


Text Example

White with #DBB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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