Html Css Color HEX #DBB4BC Melanie

📋 copy color: '#DBB4BC'

red 219 ◦ green 180 ◦ blue 188

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

Shades of Melanie #DBB4BC

Tints of Melanie #DBB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

 BLUE value IS 188 (73.83% from 255) = 32.03%

R = 37.31%
G = 30.66%
B = 32.03%

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

#DBB4BC (or 0xDBB4BC) is known color: Melanie. HEX triplet: DB, B4 and BC. RGB value is (219,180,188). Sum of RGB (Red+Green+Blue) = 219+180+188=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BC is #244B43. Grayscale: #C0C0C0. Windows color (decimal): -2378564 or 12367067. OLE color: 12367067.

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

Color convert

RGB 219 180 188 -
CMYK 0 0.18 0.14 0.14
HSL 347.69º 0.35% 0.78% -
HSV(B) 347.69º 0.18% 0.86% -
XYZ 54.61 51.33 54.61 -
YUV 192.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 219 180 188 0 0.18 0.14 0.14 347.69 0.35 0.78
Hex DB B4 BC 0 12 E E 15C 23 4E
Octal 333 264 274 0 22 16 16 534 43 116
Binary 11011011 10110100 10111100 0 10010 1110 1110 101011100 100011 1001110

Color Harmonies of #DBB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4BC

Black with #DBB4BC

Text Example


Text Example

White with #DBB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4BC; }

 p { color: rgb(219,180,188); }

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

background-color css

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

 a { background-color: rgb(219,180,188); }

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

border-color css

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

 span { border-color: rgb(219,180,188); }

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