Html Css Color HEX #DCB4BC Melanie

📋 copy color: '#DCB4BC'

red 220 ◦ green 180 ◦ blue 188

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

Shades of Melanie #DCB4BC

Tints of Melanie #DCB4BC

RGB

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

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

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

R = 37.41%
G = 30.61%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCB4BC (or 0xDCB4BC) is known color: Melanie. HEX triplet: DC, B4 and BC. RGB value is (220,180,188). Sum of RGB (Red+Green+Blue) = 220+180+188=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BC is #234B43. Grayscale: #C0C0C0. Windows color (decimal): -2313028 or 12367068. OLE color: 12367068.

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

Color convert

RGB 220 180 188 -
CMYK 0 0.18 0.15 0.14
HSL 348º 0.36% 0.78% -
HSV(B) 348º 0.18% 0.86% -
XYZ 54.91 51.49 54.62 -
YUV 192.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 220 180 188 0 0.18 0.15 0.14 348 0.36 0.78
Hex DC B4 BC 0 12 F E 15C 24 4E
Octal 334 264 274 0 22 17 16 534 44 116
Binary 11011100 10110100 10111100 0 10010 1111 1110 101011100 100100 1001110

Color Harmonies of #DCB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4BC

Black with #DCB4BC

Text Example


Text Example

White with #DCB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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