Html Css Color HEX #DCB4BE Melanie

📋 copy color: '#DCB4BE'

red 220 ◦ green 180 ◦ blue 190

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

Shades of Melanie #DCB4BE

Tints of Melanie #DCB4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 37.29%
G = 30.51%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCB4BE (or 0xDCB4BE) is known color: Melanie. HEX triplet: DC, B4 and BE. RGB value is (220,180,190). Sum of RGB (Red+Green+Blue) = 220+180+190=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BE is #234B41. Grayscale: #C1C1C1. Windows color (decimal): -2313026 or 12498140. OLE color: 12498140.

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

Color convert

RGB 220 180 190 -
CMYK 0 0.18 0.14 0.14
HSL 345º 0.36% 0.78% -
HSV(B) 345º 0.18% 0.86% -
XYZ 55.13 51.58 55.76 -
YUV 193.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 220 180 190 0 0.18 0.14 0.14 345 0.36 0.78
Hex DC B4 BE 0 12 E E 159 24 4E
Octal 334 264 276 0 22 16 16 531 44 116
Binary 11011100 10110100 10111110 0 10010 1110 1110 101011001 100100 1001110

Color Harmonies of #DCB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4BE

Black with #DCB4BE

Text Example


Text Example

White with #DCB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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