Html Css Color HEX #DBB1BC Melanie

📋 copy color: '#DBB1BC'

red 219 ◦ green 177 ◦ blue 188

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

Shades of Melanie #DBB1BC

Tints of Melanie #DBB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.31%

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

R = 37.5%
G = 30.31%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBB1BC (or 0xDBB1BC) is known color: Melanie. HEX triplet: DB, B1 and BC. RGB value is (219,177,188). Sum of RGB (Red+Green+Blue) = 219+177+188=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BC is #244E43. Grayscale: #BEBEBE. Windows color (decimal): -2379332 or 12366299. OLE color: 12366299.

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

Color convert

RGB 219 177 188 -
CMYK 0 0.19 0.14 0.14
HSL 344.29º 0.37% 0.78% -
HSV(B) 344.29º 0.19% 0.86% -
XYZ 54.01 50.14 54.41 -
YUV 190.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 219 177 188 0 0.19 0.14 0.14 344.29 0.37 0.78
Hex DB B1 BC 0 13 E E 158 25 4E
Octal 333 261 274 0 23 16 16 530 45 116
Binary 11011011 10110001 10111100 0 10011 1110 1110 101011000 100101 1001110

Color Harmonies of #DBB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1BC

Black with #DBB1BC

Text Example


Text Example

White with #DBB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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