Html Css Color HEX #DCB4BF Melanie

📋 copy color: '#DCB4BF'

red 220 ◦ green 180 ◦ blue 191

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

Shades of Melanie #DCB4BF

Tints of Melanie #DCB4BF

RGB

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

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

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

R = 37.23%
G = 30.46%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCB4BF (or 0xDCB4BF) is known color: Melanie. HEX triplet: DC, B4 and BF. RGB value is (220,180,191). Sum of RGB (Red+Green+Blue) = 220+180+191=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BF is #234B40. Grayscale: #C1C1C1. Windows color (decimal): -2313025 or 12563676. OLE color: 12563676.

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

Color convert

RGB 220 180 191 -
CMYK 0 0.18 0.13 0.14
HSL 343.5º 0.36% 0.78% -
HSV(B) 343.5º 0.18% 0.86% -
XYZ 55.24 51.62 56.34 -
YUV 193.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 220 180 191 0 0.18 0.13 0.14 343.5 0.36 0.78
Hex DC B4 BF 0 12 D E 158 24 4E
Octal 334 264 277 0 22 15 16 530 44 116
Binary 11011100 10110100 10111111 0 10010 1101 1110 101011000 100100 1001110

Color Harmonies of #DCB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4BF

Black with #DCB4BF

Text Example


Text Example

White with #DCB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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