Html Css Color HEX #DBB2BC Melanie

📋 copy color: '#DBB2BC'

red 219 ◦ green 178 ◦ blue 188

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

Shades of Melanie #DBB2BC

Tints of Melanie #DBB2BC

RGB

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

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

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

R = 37.44%
G = 30.43%
B = 32.14%

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

#DBB2BC (or 0xDBB2BC) is known color: Melanie. HEX triplet: DB, B2 and BC. RGB value is (219,178,188). Sum of RGB (Red+Green+Blue) = 219+178+188=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BC is #244D43. Grayscale: #BFBFBF. Windows color (decimal): -2379076 or 12366555. OLE color: 12366555.

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

Color convert

RGB 219 178 188 -
CMYK 0 0.19 0.14 0.14
HSL 345.37º 0.36% 0.78% -
HSV(B) 345.37º 0.19% 0.86% -
XYZ 54.21 50.53 54.47 -
YUV 191.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 219 178 188 0 0.19 0.14 0.14 345.37 0.36 0.78
Hex DB B2 BC 0 13 E E 159 24 4E
Octal 333 262 274 0 23 16 16 531 44 116
Binary 11011011 10110010 10111100 0 10011 1110 1110 101011001 100100 1001110

Color Harmonies of #DBB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2BC

Black with #DBB2BC

Text Example


Text Example

White with #DBB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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