Html Css Color HEX #DCB2BF Melanie

📋 copy color: '#DCB2BF'

red 220 ◦ green 178 ◦ blue 191

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

Shades of Melanie #DCB2BF

Tints of Melanie #DCB2BF

RGB

 RED value IS 220 (86.33% from 255) = 37.35%

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

 BLUE value IS 191 (75% from 255) = 32.43%

R = 37.35%
G = 30.22%
B = 32.43%

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

#DCB2BF (or 0xDCB2BF) is known color: Melanie. HEX triplet: DC, B2 and BF. RGB value is (220,178,191). Sum of RGB (Red+Green+Blue) = 220+178+191=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2BF is #234D40. Grayscale: #C0C0C0. Windows color (decimal): -2313537 or 12563164. OLE color: 12563164.

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

Color convert

RGB 220 178 191 -
CMYK 0 0.19 0.13 0.14
HSL 341.43º 0.38% 0.78% -
HSV(B) 341.43º 0.19% 0.86% -
XYZ 54.84 50.82 56.21 -
YUV 192.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 220 178 191 0 0.19 0.13 0.14 341.43 0.38 0.78
Hex DC B2 BF 0 13 D E 155 26 4E
Octal 334 262 277 0 23 15 16 525 46 116
Binary 11011100 10110010 10111111 0 10011 1101 1110 101010101 100110 1001110

Color Harmonies of #DCB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2BF

Black with #DCB2BF

Text Example


Text Example

White with #DCB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2BF; }

 p { color: rgb(220,178,191); }

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

background-color css

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

 a { background-color: rgb(220,178,191); }

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

border-color css

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

 span { border-color: rgb(220,178,191); }

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